From 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期六, 11 十月 2025 13:35:42 +0800 Subject: [PATCH] 武汉黄陂军粮-质检报告共享接口同步及推送 --- 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