created call api in 2 steps
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class LookUpDataReq {
|
||||
|
||||
@NotNull
|
||||
private Long lookUpDataId;
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user