From 5408346178dd12b7ab78fb51c76f59c300a7e153 Mon Sep 17 00:00:00 2001
From: ws <ws@123.com>
Date: 星期四, 31 十月 2024 23:37:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/java/com/fzzy/push/sx2024/data/SX2024Api1112.java |  131 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 131 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sx2024/data/SX2024Api1112.java b/src/main/java/com/fzzy/push/sx2024/data/SX2024Api1112.java
new file mode 100644
index 0000000..62c67b7
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sx2024/data/SX2024Api1112.java
@@ -0,0 +1,131 @@
+package com.fzzy.push.sx2024.data;
+
+import com.alibaba.fastjson.annotation.JSONField;
+import com.bstek.dorado.annotation.PropertyDef;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import lombok.Data;
+
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * @Description
+ * @Author CZT
+ * @Date 2024/4/24 21:12
+ */
+@Data
+public class SX2024Api1112 implements Serializable {
+
+    @PropertyDef(label = "鍗曚綅浠g爜")
+    @JsonProperty("DWDM")
+    private String dwdm;
+
+    @PropertyDef(label = "鍗曚綅鍚嶇О")
+    @JsonProperty("DWMC")
+    private String dwmc;
+
+    @PropertyDef(label = "搴撳尯浠g爜")
+    @JsonProperty("KQDM")
+    private String kqdm;
+
+    @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜")
+    @JsonProperty("TYDWBM")
+    private String tydwbm;
+
+    @PropertyDef(label = "缁熶竴鍗曚綅鍚嶇О")
+    @JsonProperty("TYDWMC")
+    private String tydwmc;
+
+    @PropertyDef(label = "缁熶竴搴撳尯缂栫爜")
+    @JsonProperty("TYKQBM")
+    private String tykqbm;
+
+    @PropertyDef(label = "闅跺睘閮ㄩ棬")
+    @JsonProperty("LSBM")
+    private String lsbm;
+
+    @PropertyDef(label = "琛屾斂鍖哄垝浠g爜")
+    @JsonProperty("XZQHDM")
+    private String xzqhdm;
+
+    @PropertyDef(label = "濮撳悕")
+    @JsonProperty("XM")
+    private String xm;
+
+    @PropertyDef(label = "鎬у埆")
+    @JsonProperty("XB")
+    private String xb;
+
+    @PropertyDef(label = "韬唤璇佸彿鐮�")
+    @JsonProperty("SFZHM")
+    private String sfzhm;
+
+    @PropertyDef(label = "鍏ヨ亴鏃ユ湡")
+    @JSONField(format = "yyyy-MM-dd")
+    @JsonProperty("RZRQ")
+    private Date rzrq;
+
+    @PropertyDef(label = "宀椾綅鎬ц川")
+    @JsonProperty("GWXZ")
+    private String gwxz;
+
+    @PropertyDef(label = "鍦ㄥ矖鐘舵��")
+    @JsonProperty("ZGZT")
+    private String zgzt;
+
+    @PropertyDef(label = "绂昏亴鏃ユ湡")
+    @JSONField(format = "yyyy-MM-dd")
+    @JsonProperty("LZRQ")
+    private Date lzrq;
+
+    @PropertyDef(label = "搴ф満鐢佃瘽")
+    @JsonProperty("ZJDH")
+    private String zjdh;
+
+    @PropertyDef(label = "绉诲姩鐢佃瘽")
+    @JsonProperty("YDDH")
+    private String yddh;
+
+    @PropertyDef(label = "鐢靛瓙閭")
+    @JsonProperty("DZYX")
+    private String dzyx;
+
+    @PropertyDef(label = "姘戞棌")
+    @JsonProperty("MZ")
+    private String mz;
+
+    @PropertyDef(label = "鏀挎不闈㈣矊")
+    @JsonProperty("ZZMM")
+    private String zzmm;
+
+    @PropertyDef(label = "浜哄憳绫诲埆")
+    @JsonProperty("RYLB")
+    private String rylb;
+
+    @PropertyDef(label = "涓撲笟")
+    @JsonProperty("ZY")
+    private String zy;
+
+    @PropertyDef(label = "鍙栧緱鏈�楂樿亴绉版垨鑱屼笟璧勬牸鏃堕棿")
+    @JSONField(format = "yyyy-MM-dd")
+    @JsonProperty("QDZGZCHZYZGSJ")
+    private Date qdzgzchzyzgsj;
+
+    @PropertyDef(label = "瀛﹀巻")
+    @JsonProperty("XL")
+    private String xl;
+
+    @PropertyDef(label = "鑱屽姟")
+    @JsonProperty("ZW")
+    private String zw;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    @JsonProperty("CZBZ")
+    private String czbz;
+
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
+    @JsonProperty("ZHGXSJ")
+    private Date zhgxsj;
+
+}

--
Gitblit v1.9.3