From dbef4eea6194ffba3bd25f978b33e09d65f5a6de Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 01 十一月 2024 14:07:21 +0800
Subject: [PATCH] 根据国家局接口,调整基础表字段

---
 src/main/java/com/fzzy/api/Constant.java |   41 ++++++++++++++++++++++++++---------------
 1 files changed, 26 insertions(+), 15 deletions(-)

diff --git a/src/main/java/com/fzzy/api/Constant.java b/src/main/java/com/fzzy/api/Constant.java
index 981ae0e..ddd5a1f 100644
--- a/src/main/java/com/fzzy/api/Constant.java
+++ b/src/main/java/com/fzzy/api/Constant.java
@@ -136,9 +136,9 @@
      */
     public static String API_CODE_1212 = "1212";
     /**
-     * 鎺ュ彛缂栫爜-1214 鍑哄叆搴撹褰曚俊鎭暟鎹帴鍙�
+     * 鎺ュ彛缂栫爜-1213 灏佷粨纭鍗�
      */
-    public static String API_CODE_1214 = "1214";
+    public static String API_CODE_1213 = "1213";
 
     /**
      * 鎺ュ彛缂栫爜-1301 瀹夊叏绠$悊鏁版嵁鎺ュ彛
@@ -203,9 +203,10 @@
     public static String API_CODE_1405 = "1405";
 
     //璐㈠姟鎶ヨ〃鎺ュ彛
-    public static String API_CODE_1501 = "1501";
-    public static String API_CODE_1502 = "1502";
-    public static String API_CODE_1503 = "1503";
+    public static String API_CODE_1114 = "1114";
+    public static String API_CODE_1114_1501 = "1501";
+    public static String API_CODE_1114_1502 = "1502";
+    public static String API_CODE_1114_1503 = "1503";
     /**
      * 鍥芥爣鍑哄叆搴撶被鍨�
      */
@@ -224,15 +225,25 @@
     /**
      * 鍥剧墖绫诲瀷
      */
-    public static String IMG_NAME_TYPE_PMT = "PMT";
-    public static String IMG_NAME_TYPE_GL = "GL";
-    public static String IMG_NAME_TYPE_GR = "GR";
-    public static String IMG_NAME_TYPE_GT = "GT";
-    public static String IMG_NAME_TYPE_TL = "TL";
-    public static String IMG_NAME_TYPE_TR = "TR";
-    public static String IMG_NAME_TYPE_TT = "TT";
-    public static String IMG_NAME_TYPE_SL = "SL";
-    public static String IMG_NAME_TYPE_SF = "SF";
+    public static String IMG_NAME_TYPE_PMT = "PMT";  //楦熺灠鍥�
+    public static String IMG_NAME_TYPE_DJ = "DJ";    //鐧昏
+    public static String IMG_NAME_TYPE_RK = "RK";    //鍏ュ簱鐧昏鐓х墖
+    public static String IMG_NAME_TYPE_CK = "CK";    //杞﹁締鍑哄簱鐓х墖
+    public static String IMG_NAME_TYPE_GL = "GL";    //绉版瘺閲嶅墠鐓х墖
+    public static String IMG_NAME_TYPE_GR = "GR";    //绉版瘺閲嶅悗鐓х墖
+    public static String IMG_NAME_TYPE_GT = "GT";    //绉版瘺閲嶉《鐓х墖
+    public static String IMG_NAME_TYPE_TL = "TL";    //绉扮毊閲嶅墠鐓х墖
+    public static String IMG_NAME_TYPE_TR = "TR";    //绉扮毊閲嶅悗鐓х墖
+    public static String IMG_NAME_TYPE_TT = "TT";    //绉扮毊閲嶉《鐓х墖
+    public static String IMG_NAME_TYPE_SL = "SL";    //缁撶畻鏃跺敭绮汉鐓х墖
+    public static String IMG_NAME_TYPE_SF = "SF";    //鍞伯浜鸿韩浠借瘉鐓х墖
+    public static String IMG_NAME_TYPE_IVG = "IVG";  //鍏ュ簱绉版瘺閲嶈棰�
+    public static String IMG_NAME_TYPE_IVT = "IVT";  //鍏ュ簱绉扮毊閲嶈棰�
+    public static String IMG_NAME_TYPE_OVG = "OVG";  //鍑哄簱绉版瘺閲嶈棰�
+    public static String IMG_NAME_TYPE_OVT = "OVT";  //鍑哄簱绉扮毊閲嶈棰�
+    public static String IMG_NAME_TYPE_DJV = "DJV";  //鐧昏鏃惰棰�
+    public static String IMG_NAME_TYPE_RKV = "RKV";  //杞﹁締鍏ュ簱鏃惰棰�
+    public static String IMG_NAME_TYPE_CKV = "CKV";  //杞﹁締鍑哄簱鏃惰棰�
 
     /**
      * 瀛楀吀鐖剁紪鐮�-鎿嶄綔鏍囧織
@@ -305,6 +316,6 @@
     /**
      * 榛樿鐢ㄦ埛瀵嗙爜锛岀敤鎴风淮鎶ら噸缃瘑鐮佷娇鐢�
      */
-    public static final String DEFAULT_USER_PASSWORD = "123456";
+    public static final String DEFAULT_USER_PASSWORD = "abc123456";
 
 }

--
Gitblit v1.9.3