工程状态去除必填校验
This commit is contained in:
parent
831d8057c7
commit
3564e3eae6
|
|
@ -103,7 +103,6 @@ public class BmProject extends BaseEntity
|
|||
private String telphone;
|
||||
|
||||
@ApiModelProperty(value = "工程状态")
|
||||
@NotBlank(message = "工程状态不能为空")
|
||||
private String proStatus;
|
||||
|
||||
@ApiModelProperty(value = "工程状态名称")
|
||||
|
|
|
|||
Loading…
Reference in New Issue