From 11af6525c78f401f8e7ca1100417adf90415586e Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 06 十一月 2024 17:27:45 +0800
Subject: [PATCH] 陕西2024版接口-测试调整

---
 src/main/java/com/fzzy/api/entity/Api1307.java |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1307.java b/src/main/java/com/fzzy/api/entity/Api1307.java
index 4222665..9d97b4a 100644
--- a/src/main/java/com/fzzy/api/entity/Api1307.java
+++ b/src/main/java/com/fzzy/api/entity/Api1307.java
@@ -2,22 +2,17 @@
 
 import com.alibaba.fastjson.annotation.JSONField;
 import com.bstek.dorado.annotation.PropertyDef;
-
 import lombok.Data;
 import lombok.EqualsAndHashCode;
-
-import org.hibernate.annotations.GenericGenerator;
-
 import javax.persistence.*;
-
 import java.io.Serializable;
 import java.util.Date;
 
 /**
  * 鎺ュ彛琛�-浠撳唴瑙嗛鍥惧儚鏁版嵁琛�
  *
- * @author chen
- * @date 2022-09-02 15:57
+ * @author czt
+ * @date 2024-01-02 15:57
  */
 @Data
 @Entity
@@ -34,7 +29,7 @@
     /*----------鎺ュ彛绯荤粺鑷畾涔夊瓧娈�----------*/
 	@Id
     @JSONField(serialize = false)
-    @Column(name = "ID_", length = 40)
+    @Column(name = "ID_", length = 60)
     private String id;
 
     @JSONField(serialize = false)
@@ -47,6 +42,18 @@
     @Column(name = "wjdz")
     private String wjdz;
 
+    @PropertyDef(label = "缁熶竴搴撳尯缂栫爜")
+    @Column(name = "tykqbm", length = 22)
+    private String tykqbm;
+
+    @PropertyDef(label = "缁熶竴浠撴埧缂栫爜")
+    @Column(name = "tycfbm", length = 25)
+    private String tycfbm;
+
+    @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
+    @Column(name = "tyhwbm", length = 28)
+    private String tyhwbm;
+
     /*----------鍥芥爣瀛楁----------*/
     @PropertyDef(label = "搴撳尯浠g爜")
     @Column(name = "kqdm", length = 21)

--
Gitblit v1.9.3