dev:是否为部门负责人:改为必填

main
SondonYong 2025-12-01 08:58:16 +08:00
parent 45c6a46e96
commit 77e4e6adf0
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ public class UserAddCmd extends Command {
@ApiModelProperty(value = "描述", name = "remarks")
private String remarks;
@ApiModelProperty(value = "是否部门领导0否1是", name = "departmentLeaderFlag")
@NotNull(message = "是否部门领导不能为空")
private Integer departmentLeaderFlag;
@ApiModelProperty(value = "是否分管领导0否1是", name = "deputyLeaderFlag")