From 29bd44e8648aa2df488f94e7a947ed6839a33877 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期四, 09 十一月 2023 00:02:18 +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