From c0785bf79cdd8bda01e914653c28ada7b14ddee9 Mon Sep 17 00:00:00 2001
From: cjl <909710561@qq.com>
Date: Wed, 24 Jan 2024 16:03:19 +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