Skip to content

Commit

Permalink
去除通知保存VO里的不为空验证
Browse files Browse the repository at this point in the history
  • Loading branch information
smthhy committed Jan 17, 2024
1 parent 761ab8a commit 93ff088
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 93ff088

Please sign in to comment.