Skip to content

Commit

Permalink
!841 去除通知保存VO里的Id不为空验证
Browse files Browse the repository at this point in the history
Merge pull request !841 from smthhy/master
  • Loading branch information
YunaiV authored and gitee-org committed Jan 20, 2024
2 parents 9572fef + 93ff088 commit 91a7e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class NoticeSaveReqVO {

@Schema(description = "岗位公告编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
@NotNull(message = "岗位公告编号不能为空")
// @NotNull(message = "岗位公告编号不能为空")
private Long id;

@Schema(description = "公告标题", requiredMode = Schema.RequiredMode.REQUIRED, example = "小博主")
Expand Down

0 comments on commit 91a7e6b

Please sign in to comment.