From f8d7a52f6dec66758fee52b0b71869a6c3e35f8c Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期三, 17 七月 2024 10:14:48 +0800 Subject: [PATCH] 修改人员信息同步 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1105.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1105.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1105.java index 5ca6fe6..955de45 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1105.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1105.java @@ -23,6 +23,9 @@ @PropertyDef(label = "璐т綅鍚嶇О") private String hwmc; + @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) + private String tyhwbm; + @PropertyDef(label = "寤掗棿浠g爜") private String ajdm; @@ -31,7 +34,7 @@ private Date hwqyrq; @PropertyDef(label = "璐т綅瀹归噺") - private double hwrl; + private Double hwrl; @PropertyDef(label = "淇濈鍗曚綅") private String bgdw; @@ -42,6 +45,9 @@ @PropertyDef(label = "鎿嶄綔鏍囧織") private String czbz; + @PropertyDef(label = "璐т綅鐘舵��") + private String hwzt; + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") @JSONField(format = "yyyy-MM-dd HH:mm:ss") private Date zhgxsj; -- Gitblit v1.9.3