User-Management
This commit is contained in:
@@ -2,6 +2,7 @@ package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import net.gepafin.tendermanagement.enums.RegionStatusEnum;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@@ -12,7 +13,7 @@ public class UpdateRegionReq {
|
||||
|
||||
private String country;
|
||||
|
||||
private String status;
|
||||
private RegionStatusEnum status;
|
||||
|
||||
private String priorityArea;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user