From 416380997a1e0c473c85826c361ebe38d21169fb Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期三, 27 十一月 2024 18:45:53 +0800 Subject: [PATCH] 调整上海1213-封仓确认单接口 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1213.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1213.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1213.java index 7dc75cf..9c20b7f 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1213.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1213.java @@ -17,6 +17,9 @@ @PropertyDef(label = "灏佷粨纭鍗曞彿", description = "2浣嶄笟鍔$紪鐮�(21浠h〃灏佷粨)+yyMMdd+4浣嶉『搴忕爜锛�212405040001") private String fcqrdh; + @PropertyDef(label = "璐т綅缂栫爜") + private String hwdm; + @PropertyDef(label = "缁熶竴璐т綅缂栫爜") private String tyhwbm; @@ -60,10 +63,17 @@ @PropertyDef(label = "澶囨敞") private String bz; + @PropertyDef(label = "鎵规鍙�") + private String pch; + @PropertyDef(label = "鎿嶄綔鏍囧織") private String czbz; @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; + + + @PropertyDef(label = "鏍囪浣�") + private String bjw; } -- Gitblit v1.9.3