dev: 岗位职责不必填

dev_xiangguanfang
SondonYong 2025-12-29 16:58:06 +08:00
parent a4d5fbf33d
commit 273ec30cb2
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ public class PostUpdateCmd extends Command {
@NotEmpty(message = "岗位名称不能为空") @NotEmpty(message = "岗位名称不能为空")
private String postName; private String postName;
@ApiModelProperty(value = "岗位职责", name = "remarks", required = true) @ApiModelProperty(value = "岗位职责", name = "remarks")
@NotEmpty(message = "岗位职责不能为空")
private String remarks; private String remarks;
@ApiModelProperty(value = "企业id", name = "corpinfoId") @ApiModelProperty(value = "企业id", name = "corpinfoId")