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 = "岗位名称不能为空")
private String postName;
@ApiModelProperty(value = "岗位职责", name = "remarks", required = true)
@NotEmpty(message = "岗位职责不能为空")
@ApiModelProperty(value = "岗位职责", name = "remarks")
private String remarks;
@ApiModelProperty(value = "企业id", name = "corpinfoId")