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/sh2023/dto/SH2023Api1211.java | 29 +++++++++++++++++++++++------ 1 files changed, 23 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1211.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1211.java index 77489a6..8f85f0c 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1211.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1211.java @@ -28,6 +28,15 @@ @PropertyDef(label = "璐т綅浠g爜") private String hwdm; + @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) + private String tyhwbm; + + @PropertyDef(label = "涓荤绮簱浠g爜") + private String zglkdm; + + @PropertyDef(label = "涓荤绮簱缁熶竴缂栫爜") + private String zglktybm; + @PropertyDef(label = "骞村害") private String nd; @@ -35,21 +44,26 @@ private String yf; @PropertyDef(label = "鏈熷垵鏁伴噺") - private Double qcsl; + private double qcsl; @PropertyDef(label = "鏈湡鏀跺叆鏁伴噺") - private Double bqsrsl; + private double bqsrsl; @PropertyDef(label = "鏈湡鏀嚭鏁伴噺") - private Double bqzcsl; + private double bqzcsl; @PropertyDef(label = "鏈熸湯鏁伴噺") - private Double qmye; + private double qmye; @PropertyDef(label = "鏈堢粨鏍囧織") private Integer yjbz; - @PropertyDef(label = "涓氬姟鏃ユ湡") + @PropertyDef(label = "涓氬姟寮�濮嬫棩鏈�") + @JSONField(format = "yyyy-MM-dd") + private Date ywksrq; + + @PropertyDef(label = "涓氬姟鎴鏃ユ湡") + @JSONField(format = "yyyy-MM-dd") private Date ywrq; @PropertyDef(label = "鎿嶄綔鏍囧織") @@ -65,7 +79,10 @@ @PropertyDef(label = "鏍囪浣�") private String bjw; + @PropertyDef(label = "鎵规鍙�") + private String pch; + @PropertyDef(label = "鏉ョ伯浠g爜") - private String lldm; + private String lldm = "鏃�"; } -- Gitblit v1.9.3