Done ticket GEPAFINBE-178

This commit is contained in:
Piyush
2025-03-05 20:31:20 +05:30
parent 2f746e503b
commit e937f33aeb
12 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package net.gepafin.tendermanagement.model.request;
import lombok.Data;
@Data
public class LimitRequest {
private Long limit;
}