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/SXFinanceDto.java |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sx2024/data/SXFinanceDto.java b/src/main/java/com/fzzy/push/sx2024/data/SXFinanceDto.java
new file mode 100644
index 0000000..b52c67d
--- /dev/null
+++ b/src/main/java/com/fzzy/push/sx2024/data/SXFinanceDto.java
@@ -0,0 +1,52 @@
+package com.fzzy.push.sx2024.data;
+
+import com.bstek.dorado.annotation.PropertyDef;
+import lombok.Data;
+
+/**
+ * @Description 鎶ヨ〃鏁版嵁灏佽
+ * @Author CZT
+ * @Date 2024/4/23 17:30
+ */
+@Data
+public class SXFinanceDto {
+
+    @PropertyDef(label = "鍗曚綅浠g爜")
+    private String DWDM;
+
+    @PropertyDef(label = "搴撳尯浠g爜")
+    private String KQDM;
+
+    @PropertyDef(label = "鎶ヨ〃鏈熷彿")
+    private String BBSJ;
+
+    @PropertyDef(label = "鎶ヨ〃鍚�")
+    private String BBM;
+
+    @PropertyDef(label = "鎸囨爣搴忓彿")
+    private String ZBXH;
+
+    @PropertyDef(label = "鎸囨爣鍚嶇О")
+    private String ZBMC;
+
+    @PropertyDef(label = "鎸囨爣鍊� 1")
+    private String ZBZ1;
+
+    @PropertyDef(label = "鎸囨爣鍊� 2")
+    private String ZBZ2;
+
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
+    private String CZBZ;
+
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
+    private String ZHGXSJ;
+
+    public SXFinanceDto() {
+    }
+
+    public SXFinanceDto(String zbmc, String zbz1, String zbz2){
+        this.ZBMC = zbmc;
+        this.ZBZ1 = zbz1;
+        this.ZBZ2 = zbz2;
+    }
+}

--
Gitblit v1.9.3