From 95dc97a5b3378f9da80aeec71be0fe02c6b7e057 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期一, 06 十一月 2023 20:22:23 +0800
Subject: [PATCH] 调整广东省轮换计划上报

---
 src/main/java/com/fzzy/api/entity/Api1401.java |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1401.java b/src/main/java/com/fzzy/api/entity/Api1401.java
index 0ea6484..7b96282 100644
--- a/src/main/java/com/fzzy/api/entity/Api1401.java
+++ b/src/main/java/com/fzzy/api/entity/Api1401.java
@@ -32,11 +32,8 @@
 
 	@Id
     @JSONField(serialize = false)
-    @GenericGenerator(name = "generator", strategy = "increment")
-    @GeneratedValue(generator = "generator")
-    @PropertyDef(label = "涓婚敭id", description = "鎺ュ彛杩斿洖涓嶆秹鍙婃瀛楁")
     @Column(name = "ID_")
-    private Integer id;
+    private String id;
 
     @JSONField(serialize = false)
     @PropertyDef(label = "涓氬姟id")
@@ -48,15 +45,15 @@
     private String kqdm;
 
     @PropertyDef(label = "骞翠唤" )
-    @Column(name = "nf", length = 4, nullable = false)
+    @Column(name = "nf", length = 4)
     private String nf;
 
     @PropertyDef(label = "琛屾斂鍖哄垝浠g爜" )
-    @Column(name = "xzqhdm", length = 6, nullable = false)
+    @Column(name = "xzqhdm", length = 6)
     private String xzqhdm;
 
     @PropertyDef(label = "鎵垮偍浼佷笟" )
-    @Column(name = "ccqy", length = 18, nullable = false)
+    @Column(name = "ccqy", length = 18)
     private String ccqy;
 
     @PropertyDef(label = "绮鍝佺" )
@@ -80,12 +77,12 @@
     private String remarks;
 
     @PropertyDef(label = "鎿嶄綔鏍囧織" )
-    @Column(name = "czbz", length = 1, nullable = false)
+    @Column(name = "czbz", length = 1)
     private String czbz;
 
     @JSONField(format = "yyyy-MM-dd HH:mm:ss")
     @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" )
-    @Column(name = "zhgxsj", nullable = false)
+    @Column(name = "zhgxsj")
     private Date zhgxsj;
 
 }

--
Gitblit v1.9.3