From cbaff53b2c82cfaa7ad8cb22f5a33a1b7caecd7c Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 25 九月 2025 10:06:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java index 612ae51..663ac34 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1209.java @@ -83,7 +83,7 @@ private Double zrshde; @PropertyDef(label = "鏄惁瓒呰��", description = "1:鏄紝2锛氬惁") - private Integer sfch; + private String sfch; @PropertyDef(label = "瓒呰�楁暟閲�") private Double chsl; @@ -95,7 +95,7 @@ private String syyy; @PropertyDef(label = "鍑烘竻纭鏍囪瘑",description = "0锛氭湭瀹屾垚鍑烘竻纭锛�1锛氬凡瀹屾垚鍑烘竻纭") - private Integer cqqrbs; + private String cqqrbs; @PropertyDef(label = "鍑烘竻纭鏃堕棿") @JSONField(format = "yyyy-MM-dd HH:mm:ss") @@ -138,5 +138,7 @@ @PropertyDef(label = "绮鎬ц川浠g爜") private String lsxzdm; + @PropertyDef(label = "绮鍝佺浠g爜") + private String lspzdm; } -- Gitblit v1.9.3