From 9529f6d7c63b2483b9bf73888d1ead2388e0a292 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 25 二月 2025 11:55:27 +0800
Subject: [PATCH] 性质转变同步代码修改
---
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1506.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1506.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1506.java
index 41f6a6a..cda88ed 100644
--- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1506.java
+++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1506.java
@@ -22,16 +22,16 @@
private String id;
@PropertyDef(label = "璐﹀鍙�")
- @JsonProperty("nAcctId")
+ @JsonProperty("nAcctID")
private String nacctid;
- @PropertyDef(label = "鏈熼棿")
- @JsonProperty("cYear")
- private Integer cyear;
-
@PropertyDef(label = "骞村害")
+ @JsonProperty("cYear")
+ private String cyear;
+
+ @PropertyDef(label = "鏈熼棿")
@JsonProperty("nNo")
- private Integer nno;
+ private String nno;
@PropertyDef(label = "绉戠洰缂栫爜")
@JsonProperty("cCode")
@@ -58,7 +58,7 @@
*/
@PropertyDef(label = "浣欓鏂瑰悜")
@JsonProperty("cDc")
- private Integer cdc;
+ private String cdc;
@PropertyDef(label = "鍊熸柟鏈綅甯佸彂鐢熼")
@JsonProperty("dM")
--
Gitblit v1.9.3