From 0f2d30660621ba143d5df99eab785015b0509520 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 31 十月 2025 09:54:31 +0800
Subject: [PATCH] 陕西2025版接口调整2

---
 src/main/java/com/fzzy/push/sx2025/data/SX2025Api1306.java     |  217 ++++++++++++++++
 src/main/java/com/fzzy/push/sx2025/data/SX2025Api1308.java     |   58 ++++
 src/main/java/com/fzzy/push/sx2025/SX2025ApiRemoteService.java |   80 +++---
 src/main/java/com/fzzy/push/sx2025/data/SX2025Api1310.java     |  116 ++++++++
 src/main/java/com/fzzy/push/sx2025/data/SX2025Api1307.java     |   53 ++++
 src/main/java/com/fzzy/push/sx2025/data/SX2025Api1309.java     |   62 ++++
 src/main/java/com/fzzy/push/sx2025/data/SX2025Api1305.java     |  171 +++++++++++++
 7 files changed, 717 insertions(+), 40 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sx2025/SX2025ApiRemoteService.java b/src/main/java/com/fzzy/push/sx2025/SX2025ApiRemoteService.java
index 4284dca..480c6dd 100644
--- a/src/main/java/com/fzzy/push/sx2025/SX2025ApiRemoteService.java
+++ b/src/main/java/com/fzzy/push/sx2025/SX2025ApiRemoteService.java
@@ -794,17 +794,11 @@
             }
             return apiData;
         }
-
-        //TODO 寰呰皟鏁�
+        //閫氶浣滀笟
         if (Constant.API_CODE_1305.equals(inteId)) {
             Api1305 api1305 = (Api1305) data;
-            SX2024Api1305 apiData = new SX2024Api1305();
+            SX2025Api1305 apiData = new SX2025Api1305();
             BeanUtils.copyProperties(api1305, apiData);
-            //璁剧疆绲变竴浠撴埧缂栫爜
-            if (StringUtils.isEmpty(apiData.getTycfbm())) {
-                String tycfbm = apiCommonService.getTykqbm(apiData.getCfdm());
-                apiData.setTycfbm(tycfbm);
-            }
             //璁剧疆绲变竴寤掗棿缂栫爜
             if (StringUtils.isEmpty(apiData.getTyajbm())) {
                 String tyajbm = apiCommonService.getTyajbm(api1305.getHwdm().substring(0, 28));
@@ -816,18 +810,13 @@
                     apiData.setTfzydh(apiData.getTfzydh().replace(api1305.getHwdm(), apiData.getTyajbm()));
                 }
             }
-
             return apiData;
         }
+        //鐔忚捀浣滀笟
         if (Constant.API_CODE_1306.equals(inteId)) {
             Api1306 api1306 = (Api1306) data;
-            SX2024Api1306 apiData = new SX2024Api1306();
+            SX2025Api1306 apiData = new SX2025Api1306();
             BeanUtils.copyProperties(api1306, apiData);
-            //璁剧疆绲变竴浠撴埧缂栫爜
-            if (StringUtils.isEmpty(apiData.getTycfbm())) {
-                String tycfbm = apiCommonService.getTykqbm(apiData.getCfdm());
-                apiData.setTycfbm(tycfbm);
-            }
             //璁剧疆绲变竴寤掗棿缂栫爜
             if (StringUtils.isEmpty(apiData.getTyajbm())) {
                 String tyajbm = apiCommonService.getTyajbm(api1306.getHwdm().substring(0, 28));
@@ -835,69 +824,82 @@
             }
             //璁剧疆鐔忚捀浣滀笟鍗曞彿锛氱粺涓�寤掗棿缂栫爜+yyyyMMdd+3浣嶉『搴忓彿
             if (StringUtils.isNotEmpty(apiData.getXzzydh())) {
-                if (apiData.getXzzydh().startsWith(apiData.getCfdm())) {
-                    apiData.setXzzydh(apiData.getXzzydh().replace(apiData.getCfdm(), apiData.getTyajbm()));
+                if (apiData.getXzzydh().startsWith(api1306.getCfdm())) {
+                    apiData.setXzzydh(apiData.getXzzydh().replace(api1306.getCfdm(), apiData.getTyajbm()));
                 }
             }
-
             //璁剧疆鍗曞彿锛氱粺涓�寤掗棿缂栫爜+yyyyMMdd+4浣嶉『搴忓彿
             if (StringUtils.isNotEmpty(apiData.getHcjcdh())) {
                 if (apiData.getHcjcdh().startsWith(api1306.getHwdm())) {
                     apiData.setHcjcdh(apiData.getHcjcdh().replace(api1306.getHwdm(), apiData.getTyajbm()));
                 }
             }
-
             return apiData;
         }
+        //浠撳唴瑙嗛鍥惧儚淇℃伅
         if (Constant.API_CODE_1307.equals(inteId)) {
             Api1307 api1307 = (Api1307) data;
-            SX2024Api1307 apiData = new SX2024Api1307();
+            SX2025Api1307 apiData = new SX2025Api1307();
             BeanUtils.copyProperties(api1307, apiData);
             //璁剧疆绲变竴搴撳尯缂栫爜
             if (StringUtils.isEmpty(apiData.getTykqbm())) {
-                String tykqbm = apiCommonService.getTykqbm(apiData.getKqdm());
+                String tykqbm = apiCommonService.getTykqbm(api1307.getKqdm());
                 apiData.setTykqbm(tykqbm);
             }
             //璁剧疆绲变竴浠撴埧缂栫爜
             if (StringUtils.isEmpty(apiData.getTycfbm())) {
-                String tycfbm = apiCommonService.getTykqbm(apiData.getCfdm());
+                String tycfbm = apiCommonService.getTykqbm(api1307.getCfdm());
                 apiData.setTycfbm(tycfbm);
             }
             //璁剧疆绲变竴璐т綅缂栫爜
             if (StringUtils.isEmpty(apiData.getTyhwbm())) {
-                String tyhwbm = apiCommonService.getTyhwbm(apiData.getHwdm());
+                String tyhwbm = apiCommonService.getTyhwbm(api1307.getHwdm());
                 apiData.setTyhwbm(tyhwbm);
             }
             //璁剧疆鏂囦欢娴�
             apiData.setCntxwjl(FileUtils.fileToByteString(api1307.getWjdz()));
             //棰勭疆浣�
             if (StringUtils.isNotEmpty(apiData.getYzwbh())) {
-                if (apiData.getYzwbh().startsWith(apiData.getHwdm())) {
-                    apiData.setYzwbh(apiData.getYzwbh().replace(apiData.getHwdm(), apiData.getTyhwbm()));
+                if (apiData.getYzwbh().startsWith(api1307.getHwdm())) {
+                    apiData.setYzwbh(apiData.getYzwbh().replace(api1307.getHwdm(), apiData.getTyhwbm()));
                 }
             }
-
+            //璁剧疆鏂囦欢璺緞
+            String cntxwjlj = "V2025/2432/";
+            cntxwjlj += apiData.getTykqbm() + "/";
+            cntxwjlj += apiData.getYzwbh() + "/";
+            cntxwjlj += apiData.getSpjksbid() + "/";
+            cntxwjlj += apiData.getTyhwbm() + "_" + DateFormatUtils.format(apiData.getZpsj(),"yyyyMMdd HHmmss") + "." + apiData.getTxwjhzm();
+            apiData.setCntxwjlj(cntxwjlj);
             return apiData;
         }
+        //瑙嗛鐩戞帶寮傚父浜嬩欢鍛婅淇℃伅
         if (Constant.API_CODE_1308.equals(inteId)) {
-            SX2024Api1308 apiData = new SX2024Api1308();
-            BeanUtils.copyProperties(data, apiData);
+            Api1308 api1308 = (Api1308) data;
+            SX2025Api1308 apiData = new SX2025Api1308();
+            BeanUtils.copyProperties(api1308, apiData);
             //璁剧疆绲变竴搴撳尯缂栫爜
             if (StringUtils.isEmpty(apiData.getTykqbm())) {
-                String tykqbm = apiCommonService.getTykqbm(apiData.getKqdm());
+                String tykqbm = apiCommonService.getTykqbm(api1308.getKqdm());
                 apiData.setTykqbm(tykqbm);
             }
-            //缁熶竴搴撳尯鍚嶇О
-            apiData.setTykqmc(apiData.getKqmc());
+            //瑙嗛鏂囦欢璺緞
+            String spwjlj = "V2025/2433/";
+            spwjlj += apiData.getTykqbm() + "/";
+            spwjlj += apiData.getSpjksbid() + "/";
+            spwjlj += apiData.getSpjksbid() + "/";
+            spwjlj += apiData.getTykqbm() + "_" + DateFormatUtils.format(apiData.getGjsj(),"yyyyMMdd HHmmss") + "." + apiData.getSpwjhzm();
+            apiData.setSpwjlj(spwjlj);
             return apiData;
         }
+        //杩濊棰勮淇℃伅
         if (Constant.API_CODE_1309.equals(inteId)) {
             Api1309 api1309 = (Api1309) data;
-            SX2024Api1309 apiData = new SX2024Api1309();
+            SX2025Api1309 apiData = new SX2025Api1309();
             BeanUtils.copyProperties(api1309, apiData);
             //璁剧疆杩濊鍗曚綅绲变竴缂栫爜
             if (StringUtils.isEmpty(apiData.getWgdwtybm())) {
-                String tydwbm = apiCommonService.getTydwbm(apiData.getQydm());
+                String tydwbm = apiCommonService.getTydwbm(api1309.getQydm());
                 apiData.setWgdwtybm(tydwbm);
             }
             //璁剧疆棰勮淇℃伅浠g爜锛氱粺涓�搴撳尯缂栫爜+yyyyMMdd+3浣嶉『搴忓彿
@@ -907,22 +909,20 @@
                     apiData.setYjxxdm(apiData.getYjxxdm().replace(api1309.getKqdm(), tykqbm));
                 }
             }
-
             return apiData;
         }
+        //璐ㄦ鏁版嵁
         if (Constant.API_CODE_1310.equals(inteId)) {
-            SX2024Api1310 apiData = new SX2024Api1310();
-            BeanUtils.copyProperties(data, apiData);
+            Api1310 api1310 = (Api1310) data;
+            SX2025Api1310 apiData = new SX2025Api1310();
+            BeanUtils.copyProperties(api1310, apiData);
             //璁剧疆绲变竴璐т綅缂栫爜
             if (StringUtils.isEmpty(apiData.getTyhwbm())) {
-                String tyhwbm = apiCommonService.getTyhwbm(apiData.getHwdm());
+                String tyhwbm = apiCommonService.getTyhwbm(api1310.getHwdm());
                 apiData.setTyhwbm(tyhwbm);
             }
             return apiData;
         }
-
-
-
         //鍌ㄥ瑙勬ā淇℃伅
         if (Constant.API_CODE_1401.equals(inteId)) {
             Api1401 api1401 = (Api1401) data;
diff --git a/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1305.java b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1305.java
new file mode 100644
index 0000000..e6260b2
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1305.java
@@ -0,0 +1,171 @@
+package com.fzzy.push.sx2025.data;
+
+import com.alibaba.fastjson.annotation.JSONField;
+import com.bstek.dorado.annotation.PropertyDef;
+import lombok.Data;
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * @Description 闄曡タ鐪佸钩鍙�2025鐗�-閫氶浣滀笟
+ * @Author CZT
+ * @Date 2025/10/31 09:14
+ */
+@Data
+public class SX2025Api1305 implements Serializable {
+
+    @PropertyDef(label = "閫氶浣滀笟鍗曞彿")
+    private String tfzydh;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "閫氶鏃ユ湡")
+    private Date tfrq;
+
+    @PropertyDef(label = "缁熶竴寤掗棿缂栫爜")
+    private String tyajbm;
+
+    @PropertyDef(label = "閫氶鐩殑")
+    private String tfmd;
+
+    @PropertyDef(label = "绮爢瀛旈殭搴�")
+    private Double ldkxd;
+
+    @PropertyDef(label = "閫氶绫诲瀷")
+    private String tflx;
+
+    @PropertyDef(label = "椋庨亾鍨嬪紡")
+    private String fdxs;
+
+    @PropertyDef(label = "椋庣綉璁剧疆鏂瑰紡")
+    private String fwszfs;
+
+    @PropertyDef(label = "涓婚閬撴埅闈㈢Н")
+    private Double zfdjmj;
+
+    @PropertyDef(label = "鏀閬撴埅闈㈢Н")
+    private Double zhfdjmj;
+
+    @PropertyDef(label = "鏀閬撴�婚暱搴�")
+    private Double zfdzcd;
+
+    @PropertyDef(label = "椋庣綉寮�瀛旂巼")
+    private Double fwkkl;
+
+    @PropertyDef(label = "绌烘皵閫斿緞姣�")
+    private Double kqtjb;
+
+    @PropertyDef(label = "閫氶鍙h缃釜鏁�")
+    private Integer tfkszgs;
+
+    @PropertyDef(label = "閫氶鏈哄瀷鍙�")
+    private String tfjxh;
+
+    @PropertyDef(label = "閫氶鏈哄彴鏁�")
+    private Integer tfjts;
+
+    @PropertyDef(label = "鍗曞彴椋庢満棰濆畾鍏ㄥ帇")
+    private Double dtfjedqy;
+
+    @PropertyDef(label = "鍗曞彴椋庢満棰濆畾椋庨噺")
+    private Double dtfjedfl;
+
+    @PropertyDef(label = "鍗曞彴椋庢満棰濆畾鍔熺巼")
+    private Double dtfjedgl;
+
+    @PropertyDef(label = "閫侀鏂瑰紡")
+    private String sffs;
+
+    @PropertyDef(label = "鍗曞彴椋庢満瀹炴祴椋庨噺")
+    private Double dtfjscfl;
+
+    @PropertyDef(label = "鍗曞彴椋庢満杞村姛鐜�")
+    private Double dtfjzgl;
+
+    @PropertyDef(label = "鎬婚閲�")
+    private Double zfl;
+
+    @PropertyDef(label = "鍗曚綅閫氶閲�")
+    private Double dwtfl;
+
+    @PropertyDef(label = "瀹炴祴绯荤粺闃诲姏")
+    private Double scxtzl;
+
+    @PropertyDef(label = "鎬昏�楃數閲�")
+    private Double zhdl;
+
+    @PropertyDef(label = "浣滀笟鏃舵皵娓�")
+    private Double zysqw;
+
+    @PropertyDef(label = "浣滀笟鏃舵皵婀�")
+    private Double zysqs;
+
+    @PropertyDef(label = "閫氶鏃堕暱")
+    private Double tfsc;
+
+    @PropertyDef(label = "浣滀笟鍓嶅钩鍧囩伯娓�")
+    private Double zyqpjlw;
+
+    @PropertyDef(label = "缁撴潫鍚庡钩鍧囩伯娓�")
+    private Double jshpjlw;
+
+    @PropertyDef(label = "闄嶆俯骞呭害")
+    private Double jwfd;
+
+    @PropertyDef(label = "鍚ㄧ伯闄嶆俯鑳借��")
+    private Double dljwnh;
+
+    @PropertyDef(label = "澶辨按鐜�")
+    private Double ssl;
+
+    @PropertyDef(label = "淇濇按鏁堟灉璇勪环缁撴灉")
+    private String bsxgpjjg;
+
+    @PropertyDef(label = "閫氶闄嶆俯鍧囧寑鎬ц瘎浠穇鏁翠粨")
+    private String tfjwjyxpjzc;
+
+    @PropertyDef(label = "閫氶闄嶆俯鍧囧寑鎬ц瘎浠穇涓婂眰")
+    private String tfjwjyxpjsc;
+
+    @PropertyDef(label = "閫氶闄嶆俯鍧囧寑鎬ц瘎浠穇涓�(闂�)灞�")
+    private String tfjwjyxpjzjc;
+
+    @PropertyDef(label = "閫氶闄嶆俯鍧囧寑鎬ц瘎浠穇涓嬪眰")
+    private String tfjwjyxpjxc;
+
+    @PropertyDef(label = "浣滀笟鍓嶅钩鍧囨按鍒�")
+    private Double zyqpjsf;
+
+    @PropertyDef(label = "缁撴潫鍚庡钩鍧囨按鍒�")
+    private Double zyhpjsf;
+
+    @PropertyDef(label = "闄嶆按骞呭害")
+    private Double jsfd;
+
+    @PropertyDef(label = "鍚ㄧ伯闄嶆按鑳借��")
+    private Double dljsnh;
+
+    @PropertyDef(label = "閫氶闄嶆按鍧囧寑鎬у垎鏋恄鏁翠粨")
+    private String tfjsjyxfxzc;
+
+    @PropertyDef(label = "閫氶闄嶆按鍧囧寑鎬у垎鏋恄涓婂眰")
+    private String tfjsjyxfxsc;
+
+    @PropertyDef(label = "閫氶闄嶆按鍧囧寑鎬у垎鏋恄涓�(闂�)灞�")
+    private String tfjsjyxfxzjc;
+
+    @PropertyDef(label = "閫氶闄嶆按鍧囧寑鎬у垎鏋恄涓嬪眰")
+    private String tfjsjyxfxxc;
+
+    @PropertyDef(label = "閫氶浣滀笟璐熻矗浜�")
+    private String tfzyfzr;
+
+    @PropertyDef(label = "閫氶浣滀笟浜哄憳")
+    private String tfzyry;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    private String czbz;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    private Date zhgxsj;
+}
diff --git a/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1306.java b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1306.java
new file mode 100644
index 0000000..2a2ffdd
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1306.java
@@ -0,0 +1,217 @@
+package com.fzzy.push.sx2025.data;
+
+import com.alibaba.fastjson.annotation.JSONField;
+import com.bstek.dorado.annotation.PropertyDef;
+import lombok.Data;
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * @Description 闄曡タ鐪佸钩鍙�2025鐗�-鐔忚捀浣滀笟
+ * @Author CZT
+ * @Date 2025/10/31 09:23
+ */
+@Data
+public class SX2025Api1306 implements Serializable {
+
+    @PropertyDef(label = "鐔忚捀浣滀笟鍗曞彿")
+    private String xzzydh;
+
+    @PropertyDef(label = "缁熶竴寤掗棿缂栫爜")
+    private String tyajbm;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "鐔忚捀寮�濮嬫椂闂�")
+    private Date xzkssj;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "鐔忚捀缁撴潫鏃堕棿")
+    private Date xzjssj;
+
+    @PropertyDef(label = "瀹宠櫕妫�娴嬪崟鍙�")
+    private String hcjcdh;
+
+    @PropertyDef(label = "灏佷粨鍚庣啅钂哥殑娆℃暟 绗嚑娆$啅钂�")
+    private Integer djcxz;
+
+    @PropertyDef(label = "甯歌鐔忚捀鏂瑰紡")
+    private String cgxzfs;
+
+    @PropertyDef(label = "鐜祦鐔忚捀鏂瑰紡")
+    private String hlxzfs;
+
+    @PropertyDef(label = "鐜祦鐔忚捀涓庡唴鐜祦鎶�鏈粨鍚�")
+    private String hlxzynhljsjh;
+
+    @PropertyDef(label = "鐔忚捀鏂规鍒跺畾")
+    private String xzfazd;
+
+    @PropertyDef(label = "鐔忚捀鏂规璧疯崏浜�")
+    private String xzfaqcr;
+
+    @PropertyDef(label = "鐔忚捀鏂规鎵瑰噯浜�")
+    private String xzfapzr;
+
+    @PropertyDef(label = "鐔忚捀鏂规鎶ュ鎯呭喌")
+    private String xzfabbqk;
+
+    @PropertyDef(label = "鏂借嵂浜哄憳璧勮川鎯呭喌")
+    private String syryzzqk;
+
+    @PropertyDef(label = "鏂借嵂璧勮川瀹℃牳")
+    private String syzzsh;
+
+    @PropertyDef(label = "鑽墏鍚嶇О")
+    private String yjmc;
+
+    @PropertyDef(label = "鍓傚瀷")
+    private String jx;
+
+    @PropertyDef(label = "娴撳害")
+    private Double nd;
+
+    @PropertyDef(label = "绮爢鍗曚綅鐢ㄨ嵂閲�")
+    private Double lddwyyl;
+
+    @PropertyDef(label = "绌洪棿鍗曚綅鐢ㄨ嵂閲�")
+    private Double kjdwyyl;
+
+    @PropertyDef(label = "鎬荤敤鑽噺")
+    private Double zyyl;
+
+    @PropertyDef(label = "鏂借嵂鏂规硶")
+    private String syff;
+
+    @PropertyDef(label = "杈呭姪鏂借嵂鎺柦")
+    private String fzsycs;
+
+    @PropertyDef(label = "绌烘皵鍛煎惛鍣ㄥ強瀹夊叏妫�鏌ユ儏鍐�")
+    private String kqhqjaqjcqk;
+
+    @PropertyDef(label = "纾峰寲姘㈡娴嬭缃皟璇曟儏鍐�")
+    private String lhqjczztsqk;
+
+    @PropertyDef(label = "姘ф皵娣卞害妫�娴嬭缃皟璇曟儏鍐�")
+    private String yqsdjczztsqk;
+
+    @PropertyDef(label = "纾峰寲姘㈡姤璀︿华瀹夊叏妫�鏌�")
+    private String lhqbjyaqjc;
+
+    @PropertyDef(label = "姘ф皵鎶ヨ浠畨鍏ㄦ鏌�")
+    private String yqbjyaqjc;
+
+    @PropertyDef(label = "琛ヨ嵂鍓嶄粨鍐呯7鍖栨阿娴撳害")
+    private Double byqcnlhqnd;
+
+    @PropertyDef(label = "纾峰寲姘㈡祿搴﹀崟浣�", description = "1锛歡/m鲁 (榛樿)  2锛歱pm 3:ml/m鲁 4锛�%VOL銆�")
+    private String nlhqnddw;
+
+    @PropertyDef(label = "鐩爣娴撳害")
+    private Double mbnd;
+
+    @PropertyDef(label = "璁$畻琛ヨ嵂閲�")
+    private Double jsbyl;
+
+    @PropertyDef(label = "瀹為檯琛ヨ嵂閲�")
+    private Double sjbyl;
+
+    @PropertyDef(label = "琛ヨ嵂鏂规硶")
+    private String byff;
+
+    @PropertyDef(label = "浣滀笟浜烘暟")
+    private Integer zyrs;
+
+    @PropertyDef(label = "琛ヨ嵂浣滀笟鎵瑰噯浜�")
+    private String byzypzr;
+
+    @PropertyDef(label = "鐜板満鎸囨尌浜�")
+    private String xczhr;
+
+    @PropertyDef(label = "宄板�兼祿搴�")
+    private Double fznd;
+
+    @PropertyDef(label = "鐩爣娴撳害缁存寔澶╂暟")
+    private Integer mbndwcts;
+
+    @PropertyDef(label = "婕忔皵浣嶇疆鐩戞祴")
+    private String lswzjc;
+
+    @PropertyDef(label = "婕忔皵閮ㄤ綅閲囧彇鐨勮ˉ鏁戞帾鏂�")
+    private String lqbwcqdbjcs;
+
+    @PropertyDef(label = "瀵嗛棴鏃堕棿")
+    private Integer mbsj;
+
+    @PropertyDef(label = "CT鍊�")
+    private Double ctz;
+
+    @PropertyDef(label = "鏁f皵鍓嶇7鍖栨阿娴撳害")
+    private Double sqqlhqnd;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "鏁f皵鏃ユ湡")
+    private Date sqrq;
+
+    @PropertyDef(label = "鏁f皵鏂规硶")
+    private String sqff;
+
+    @PropertyDef(label = "鏁f皵鎵瑰噯浜�")
+    private String sqpzr;
+
+    @PropertyDef(label = "鏁f皵鎸佺画澶╂暟")
+    private Integer sqcsts;
+
+    @PropertyDef(label = "鏁f皵缁撴潫鏃剁7鍖栨阿娴撳害")
+    private Double sqjsslhqnd;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "娈嬫福鏀堕泦浣滀笟鏃堕棿")
+    private Date czsjzysj;
+
+    @PropertyDef(label = "娈嬫福鏀堕泦浣滀笟浜烘暟")
+    private Integer czsjzyrs;
+
+    @PropertyDef(label = "娈嬫福鏀堕泦鏂规硶")
+    private String czsjff;
+
+    @PropertyDef(label = "娈嬫福鏀堕泦浣滀笟鎵瑰噯浜�")
+    private String czsjzypzr;
+
+    @PropertyDef(label = "娈嬫福澶勭悊鎺柦")
+    private String czclcs;
+
+    @PropertyDef(label = "娈嬫福澶勭悊浣滀笟浜烘暟")
+    private Integer czclzyrs;
+
+    @PropertyDef(label = "娈嬫福澶勭悊鎵瑰噯浜�")
+    private String czclpzr;
+
+    @PropertyDef(label = "鐔忚捀鍚庢椿铏鍑烘儏鍐�")
+    private String xzhhcjcqk;
+
+    @PropertyDef(label = "鐔忚捀鍚庤櫕鍙e瘑搴�")
+    private Integer xzhckmd;
+
+    @PropertyDef(label = "鍩瑰吇15澶╁悗娲昏櫕鏁�")
+    private Integer pyswthhcs;
+
+    @PropertyDef(label = "鍩瑰吇45澶╁悗娲昏櫕鏁�")
+    private Integer pysswthhcs;
+
+    @PropertyDef(label = "鐔忚捀鏁堟灉璇勪环")
+    private String xzxgpj;
+
+    @PropertyDef(label = "鐔忚捀璐熻矗浜�")
+    private String xzfzr;
+
+    @PropertyDef(label = "鐔忚捀浣滀笟浜哄憳")
+    private String xzzyry;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    private String czbz;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    private Date zhgxsj;
+
+}
diff --git a/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1307.java b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1307.java
new file mode 100644
index 0000000..aed1299
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1307.java
@@ -0,0 +1,53 @@
+package com.fzzy.push.sx2025.data;
+
+import com.alibaba.fastjson.annotation.JSONField;
+import com.bstek.dorado.annotation.PropertyDef;
+import lombok.Data;
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * @Description 闄曡タ鐪佸钩鍙�2025鐗�-浠撳唴瑙嗛鍥惧儚淇℃伅
+ * @Author CZT
+ * @Date 2025/10/31 09:33
+ */
+@Data
+public class SX2025Api1307 implements Serializable {
+
+    @PropertyDef(label = "缁熶竴搴撳尯浠g爜")
+    private String tykqbm;
+
+    @PropertyDef(label = "瑙嗛鐩戞帶璁惧id")
+    private String spjksbid;
+
+    @PropertyDef(label = "缁熶竴浠撴埧浠g爜")
+    private String tycfbm;
+
+    @PropertyDef(label = "缁熶竴璐т綅浠g爜")
+    private String tyhwbm;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鎶撴媿鏃堕棿")
+    private Date zpsj;
+
+    @PropertyDef(label = "浠撳唴鍥惧儚鏂囦欢璺緞")
+    private String cntxwjlj;
+
+    @PropertyDef(label = "浠撳唴鍥惧儚鏂囦欢娴�")
+    private String cntxwjl;
+
+    @PropertyDef(label = "鍥惧儚鏂囦欢鍚庣紑鍚�")
+    private String txwjhzm;
+
+    @JSONField(name = "Yzwbh")
+    @PropertyDef(label = "棰勭疆浣嶇紪鍙�")
+    private String yzwbh;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    private String czbz;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    private Date zhgxsj;
+
+}
diff --git a/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1308.java b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1308.java
new file mode 100644
index 0000000..cff74a7
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1308.java
@@ -0,0 +1,58 @@
+package com.fzzy.push.sx2025.data;
+
+import com.alibaba.fastjson.annotation.JSONField;
+import com.bstek.dorado.annotation.PropertyDef;
+import lombok.Data;
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * @Description 闄曡タ鐪佸钩鍙�2025鐗�-瑙嗛鐩戞帶寮傚父浜嬩欢鍛婅淇℃伅
+ * @Author CZT
+ * @Date 2025/10/31 09:43
+ */
+@Data
+public class SX2025Api1308 implements Serializable {
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鍛婅鏃堕棿")
+    private Date gjsj;
+
+    @PropertyDef(label = "搴撳尯鍚嶇О")
+    private String kqmc;
+
+    @PropertyDef(label = "缁熶竴搴撳尯缂栫爜")
+    private String tykqbm;
+
+    @PropertyDef(label = "搴撳尯鍦板潃")
+    private String kqdz;
+
+    @PropertyDef(label = "瑙嗛鐩戞帶璁惧id")
+    private String spjksbid;
+
+    @PropertyDef(label = "瀹夎浣嶇疆绫诲瀷")
+    private String azwzlx;
+
+    @PropertyDef(label = "鐩戣鍖哄煙璇存槑")
+    private String jsqysm;
+
+    @PropertyDef(label = "寮傚父鍛婅璇存槑")
+    private String ycgjsm;
+
+    @PropertyDef(label = "瑙嗛鏂囦欢璺緞")
+    private String spwjlj;
+
+    @PropertyDef(label = "瑙嗛鏂囦欢娴�")
+    private String spwjl;
+
+    @PropertyDef(label = "瑙嗛鏂囦欢鍚庣紑鍚�")
+    private String spwjhzm;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    private String czbz;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    private Date zhgxsj;
+
+}
diff --git a/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1309.java b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1309.java
new file mode 100644
index 0000000..e79eb7b
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1309.java
@@ -0,0 +1,62 @@
+package com.fzzy.push.sx2025.data;
+
+import com.alibaba.fastjson.annotation.JSONField;
+import com.bstek.dorado.annotation.PropertyDef;
+import lombok.Data;
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * @Description 闄曡タ鐪佸钩鍙�2025鐗�-杩濊棰勮淇℃伅
+ * @Author CZT
+ * @Date 2025/10/31 09:48
+ */
+@Data
+public class SX2025Api1309 implements Serializable {
+
+    @PropertyDef(label = "棰勮淇℃伅浠g爜")
+    private String yjxxdm;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "棰勮鍙戝竷鏃堕棿")
+    private Date fbsj;
+
+    @PropertyDef(label = "杩濊涓讳綋绫诲瀷")
+    private String wgztlx;
+
+    @PropertyDef(label = "杩濊鍗曚綅缁熶竴缂栫爜")
+    private String wgdwtybm;
+
+    @PropertyDef(label = "杩濊琛屼负浜�")
+    private String wgxwr;
+
+    @PropertyDef(label = "娑夊強搴撶偣")
+    private String sjkd;
+
+    @PropertyDef(label = "杩濊绫诲瀷")
+    private String wglx;
+
+    @PropertyDef(label = "杩濊璇︽儏")
+    private String wgqk;
+
+    @PropertyDef(label = "褰撳墠澶勭疆鐘舵��")
+    private String czzt;
+
+    @PropertyDef(label = "澶勭疆鍐呭")
+    private String hxczqk;
+
+    @PropertyDef(label = "澶勭疆浜�")
+    private String hxczr;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "澶勭疆鏃堕棿")
+    private Date hxczsj;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    private String czbz;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    private Date zhgxsj;
+
+}
diff --git a/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1310.java b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1310.java
new file mode 100644
index 0000000..7d90b69
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sx2025/data/SX2025Api1310.java
@@ -0,0 +1,116 @@
+package com.fzzy.push.sx2025.data;
+
+import com.alibaba.fastjson.annotation.JSONField;
+import com.bstek.dorado.annotation.PropertyDef;
+import lombok.Data;
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * @Description 闄曡タ鐪佸钩鍙�2025鐗�-璐ㄦ鏁版嵁
+ * @Author CZT
+ * @Date 2025/10/31 09:53
+ */
+@Data
+public class SX2025Api1310 implements Serializable {
+
+    @PropertyDef(label = "璐ㄦ鎶ュ憡鍗曞彿")
+    private String zjbgdh;
+
+    @PropertyDef(label = "缁熶竴璐т綅浠g爜")
+    private String tyhwbm;
+
+    @PropertyDef(label = "绮鍝佺浠g爜")
+    private String lspzdm;
+
+    @PropertyDef(label = "绮绛夌骇浠g爜")
+    private String lsdjdm;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "鍏ュ簱鏃ユ湡")
+    private Date rkrq;
+
+    @PropertyDef(label = "妫�楠岀被鍒�")
+    private String jylb;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "妫�楠屾椂闂�")
+    private Date jysj;
+
+    @PropertyDef(label = "妫�楠屽崟浣�")
+    private String jydw;
+
+    @PropertyDef(label = "妫�楠屼汉")
+    private String jyr;
+
+    @PropertyDef(label = "妫�楠屼緷鎹�")
+    private String jyyj;
+
+    @PropertyDef(label = "鎸囨爣绫诲埆")
+    private String zblb;
+
+    @PropertyDef(label = "妫�楠岄」鐩�")
+    private String jyxm;
+
+    @PropertyDef(label = "妫�楠岄」鐩��")
+    private String jyxmz;
+
+    @PropertyDef(label = "鎸囨爣缁撴灉鍒ゅ畾")
+    private String zbjgpd;
+
+    @PropertyDef(label = "椋熷搧瀹夊叏鎸囨爣鏄惁鍚堟牸")
+    private String spaqzbsfhg;
+
+    @JSONField(format = "yyyy-MM-dd")
+    @PropertyDef(label = "绛惧彂鏃ユ湡")
+    private Date qfrq;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鎶ュ憡鍑哄叿鏃堕棿")
+    private Date bgcjsj;
+
+    @PropertyDef(label = "瀹℃牳浜哄鍚�")
+    private String shrxm;
+
+    @PropertyDef(label = "鎵︽牱鍗曠紪鍙�")
+    private String qydbh;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鎵︽牱鏃堕棿")
+    private Date qysj;
+
+    @PropertyDef(label = "鎵︽牱鍖哄煙")
+    private String qyqy;
+
+    @PropertyDef(label = "鎵︽牱浜哄鍚�")
+    private String qyrxm;
+
+    @PropertyDef(label = "鐩戠潱浜哄鍚�")
+    private String jdrxm;
+
+    @PropertyDef(label = "鏍峰搧缂栧彿")
+    private String ypbh;
+
+    @PropertyDef(label = "鏍峰搧鏁伴噺")
+    private Double ypsl;
+
+    @PropertyDef(label = "浠h〃鏁伴噺")
+    private Double dbsl;
+
+    @PropertyDef(label = "鏍峰搧绛夌骇")
+    private String ypdj;
+
+    @PropertyDef(label = "鏄惁姝e父瀛樺偍骞撮檺")
+    private String sfzcccnx;
+
+    @PropertyDef(label = "澶囨敞")
+    private String bz;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    private String czbz;
+
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    private Date zhgxsj;
+
+}

--
Gitblit v1.9.3