From 14a284b79ff08527fddfa00ac4d3597039a0d639 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 19 九月 2023 16:32:41 +0800
Subject: [PATCH] 优化调整上海接口上报

---
 src/main/java/com/fzzy/push/sh2023/dto/SHFinanceDto.java |   32 +++++++-------------------------
 1 files changed, 7 insertions(+), 25 deletions(-)

diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SHFinanceDto.java b/src/main/java/com/fzzy/push/sh2023/dto/SHFinanceDto.java
index 19a6199..712969f 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SHFinanceDto.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SHFinanceDto.java
@@ -1,11 +1,8 @@
 package com.fzzy.push.sh2023.dto;
 
 import com.bstek.dorado.annotation.PropertyDef;
-import com.fasterxml.jackson.annotation.JsonProperty;
 import lombok.Data;
-
 import java.io.Serializable;
-
 
 @Data
 public class SHFinanceDto implements Serializable {
@@ -13,46 +10,31 @@
     @PropertyDef(label = "鍗曚綅浠g爜")
     private String dwdm;
 
-    @PropertyDef(label = " 鎶ヨ〃鏈熷彿")
+    @PropertyDef(label = "鎶ヨ〃鏈熷彿")
     private String bbsj;
 
     @PropertyDef(label = "鎶ヨ〃鍚�")
     private String bbm;
 
-    @PropertyDef(label = " 鎸囨爣搴忓彿")
-    @JsonProperty("Zbxh")
-    private Integer Zbxh;
-
-    @PropertyDef(label = " 鎸囨爣鍚嶇О")
+    @PropertyDef(label = "鎸囨爣鍚嶇О")
     private String zbmc;
 
-    @PropertyDef(label = " 鎸囨爣鍊� 1")
+    @PropertyDef(label = "鎸囨爣鍊� 1")
     private String zbz1;
 
-    @PropertyDef(label = " 鎸囨爣鍊� 2")
+    @PropertyDef(label = "鎸囨爣鍊� 2")
     private String zbz2;
 
-    @PropertyDef(label = "  鎿嶄綔鏍囧織")
+    @PropertyDef(label = "鎿嶄綔鏍囧織")
     private String czbz;
 
-    @PropertyDef(label = "   鏈�鍚庢洿鏂版椂闂�")
+    @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
     private String zhgxsj;
-
-    @JsonProperty("Zbxh")
-    public void setZbxh(Integer zbxh) {
-        Zbxh = zbxh;
-    }
-
-    @JsonProperty("Zbxh")
-    public Integer getZbxh() {
-        return Zbxh;
-    }
 
     public SHFinanceDto() {
     }
 
-    public SHFinanceDto(Integer zbxh, String zbmc, String zbz1, String zbz2) {
-        this.Zbxh = zbxh;
+    public SHFinanceDto(String zbmc, String zbz1, String zbz2){
         this.zbmc = zbmc;
         this.zbz1 = zbz1;
         this.zbz2 = zbz2;

--
Gitblit v1.9.3