From 61638e60b25d0f40dc117bbbe79de33d129b75ca Mon Sep 17 00:00:00 2001
From: cjl <909710561@qq.com>
Date: Mon, 01 Apr 2024 13:32:59 +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