From f3e014988da194301c9c8fca2d77a93712c0fce6 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 10 十二月 2024 16:46:29 +0800 Subject: [PATCH] 调整上海接口V3.1 --- src/main/java/com/fzzy/push/sx2024/data/SX2024Api1209.java | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/push/sx2024/data/SX2024Api1209.java b/src/main/java/com/fzzy/push/sx2024/data/SX2024Api1209.java index bd1c118..85d71b3 100644 --- a/src/main/java/com/fzzy/push/sx2024/data/SX2024Api1209.java +++ b/src/main/java/com/fzzy/push/sx2024/data/SX2024Api1209.java @@ -143,6 +143,22 @@ @JsonProperty("BZ") private String bz; + @PropertyDef(label = "绮鍝佺浠g爜") + @JsonProperty("LSPZDM") + private String lspzdm; + + @PropertyDef(label = "绮鎬ц川浠g爜") + @JsonProperty("LSXZDM") + private String lsxzdm; + + @PropertyDef(label = "绮绛夌骇浠g爜") + @JsonProperty("LSDJDM") + private String lsdjdm; + + @PropertyDef(label = "鏀惰幏骞村害") + @JsonProperty("SHND") + private String shnd; + @PropertyDef(label = "鎿嶄綔鏍囧織") @JsonProperty("CZBZ") private String czbz; -- Gitblit v1.9.3