Created call api's in 2 steps and for update call
This commit is contained in:
@@ -4,7 +4,6 @@ import java.util.List;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.enums.CallTypeEnum;
|
||||
|
||||
@Data
|
||||
public class CreateCallRequestStep2 {
|
||||
@@ -24,7 +23,4 @@ public class CreateCallRequestStep2 {
|
||||
|
||||
private List<DocumentReq> images;
|
||||
|
||||
@NotNull
|
||||
private CallTypeEnum status;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user