dev:监管端/企业端,岗位新增去除岗位职责必填校验

main
SondonYong 2025-12-01 14:42:32 +08:00
parent 51e98fe36b
commit c3243cef93
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ public class PostAddCmd 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", required = true)