From 0aea8bd18daaaf91e622fdcfdd81dbb2e1b4860c Mon Sep 17 00:00:00 2001 From: swb <jpy123456> Date: Mon, 21 Oct 2024 09:01:18 +0800 Subject: [PATCH] fix:立行立改责任主体修改提交 --- screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationCheckCond.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationCheckCond.java b/screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationCheckCond.java index a998a8d..0a3b2c4 100644 --- a/screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationCheckCond.java +++ b/screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationCheckCond.java @@ -26,7 +26,7 @@ @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @ApiModel(value="Allocation - ������������������", description="Allocation - ������������������") -public class AllocationCheckCond implements Serializable { +public class AllocationCheckCond implements Serializable { @ApiModelProperty(value = "������id") @NotNull(message = "������id���������������") @@ -40,7 +40,7 @@ private String checkDescribe; @ApiModelProperty(value = "������") - @NotEmpty(message = "���������������������") + @NotNull(message = "���������������������") private Integer state; @ApiModelProperty(value = "������������") -- Gitblit v1.8.0