From 1236c1e76c1dc07963285c72ea4faabef9cb7d93 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 12 七月 2024 14:54:43 +0800
Subject: [PATCH] 上海省平台接口字段优化

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

diff --git a/src/main/java/com/fzzy/api/entity/ApiConfs.java b/src/main/java/com/fzzy/api/entity/ApiConfs.java
index 2349685..db1f44e 100644
--- a/src/main/java/com/fzzy/api/entity/ApiConfs.java
+++ b/src/main/java/com/fzzy/api/entity/ApiConfs.java
@@ -157,7 +157,14 @@
     @PropertyDef(label = "鏄惁涓婄嚎")
     @Column(name = "exe_tag", length = 2)
     private String exeTag = Constant.YN_Y;
-    
+
+    @PropertyDef(label = "缁熶竴缂栫爜鎷夊彇鍦板潃")
+    @Column(name = "GB_CODING_Url", length = 200)
+    private String gbCodingUrl;
+
+    @PropertyDef(label = "缁熶竴缂栫爜涓婁紶")
+    @Column(name = "GB_CODING_TAG_", length = 200)
+    private String gbCodingTag;
     
     @Transient
     @PropertyDef(label = "妯℃嫙寰楀垎")

--
Gitblit v1.9.3