From ab8b3af2bc6460dba2a807d27004e128d772ab24 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期五, 12 七月 2024 09:30:09 +0800 Subject: [PATCH] 增城配置 --- src/main/java/com/fzzy/push/sh2023/dto/SHFinanceDto.java | 42 ++++++++++++++++++------------------------ 1 files changed, 18 insertions(+), 24 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..fbec549 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,43 @@ @PropertyDef(label = "鍗曚綅浠g爜") private String dwdm; - @PropertyDef(label = " 鎶ヨ〃鏈熷彿") + @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜") + private String tydwbm; + + @PropertyDef(label = "搴撳尯浠g爜") + private String kqdm; + + @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") + private String tykqbm; + + @PropertyDef(label = "鎶ヨ〃鏈熷彿") private String bbsj; @PropertyDef(label = "鎶ヨ〃鍚�") private String bbm; - @PropertyDef(label = " 鎸囨爣搴忓彿") - @JsonProperty("Zbxh") - private Integer Zbxh; + @PropertyDef(label = "鎸囨爣搴忓彿") + private String 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