From c2c0f4f51117d2400b084e062d6f9e440d002ed8 Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期二, 19 九月 2023 19:31:07 +0800 Subject: [PATCH] 优化上海接口上报 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java index beb7b97..77e06fc 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1311.java @@ -23,8 +23,8 @@ */ private static final long serialVersionUID = 1L; - @PropertyDef(label = "鐩戞帶缂栧彿") - private String sxtbh; + @PropertyDef(label = "瑙嗛鐩戞帶璁惧id") + private String spjksbid; @PropertyDef(label = "閫氶亾缂栧彿") private int tdbh; @@ -117,6 +117,12 @@ @PropertyDef(label = "澶囨敞") private String bz; + @PropertyDef(label = "鏍囧織浣�") + private String bjw; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + private String czbz; + @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") private Date zhgxsj; -- Gitblit v1.9.3