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/nx2023/dto/Nx2023Api1209.java | 40 +++++++++++++++++++++++++++++++--------- 1 files changed, 31 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java index 8c388ec..215e142 100644 --- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1209.java @@ -14,8 +14,14 @@ @Data public class Nx2023Api1209 implements Serializable { + @PropertyDef(label = "缁熶竴鎹熸孩鍗曞彿" ) + private String tysydh; + @PropertyDef(label = "鎹熸孩鍗曞彿" ) private String sydh; + + @PropertyDef(label = "缁熶竴璐т綅缂栫爜") + private String tyhwbm; @PropertyDef(label = "璐т綅浠g爜" ) private String hwdm; @@ -24,8 +30,17 @@ @PropertyDef(label = "涓氬姟鏃ユ湡" ) private Date ywrq; + @PropertyDef(label = "鎹熸孩绫诲瀷", description = "1:鎹熷け锛�2锛氭崯鑰楋紝3锛氭孩浣欙紝4锛氬叾浠�") + private String sylx; + + @PropertyDef(label = "鎹熸孩鐜妭", description = "1:鍏ュ簱鎹熸孩锛�2锛氬嚭搴撴崯婧紝3.鍏朵粬") + private String syhj; + @PropertyDef(label = "鍏ュ簱鍑�閲�(鍏枻)" ) private double rkjz; + + @PropertyDef(label = "鍏ュ簱鏁伴噺(鍏枻)") + private double rksl; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "鍏ュ簱鏃堕棿" ) @@ -50,17 +65,20 @@ @PropertyDef(label = "鍑哄簱鏉傝川(%)" ) private double ckzz; - @PropertyDef(label = "鍑�閲嶆崯婧㈡暟閲�(鍏枻)" ) - private double jzsysl; + @PropertyDef(label = "鍌ㄥ鏃堕暱") + private Integer ccsc; - @PropertyDef(label = "鍏朵腑锛氭垚璐т綅鍓嶆崯鑰�(鍏枻)") - private double qzchwqsh; + @PropertyDef(label = "瀹為檯鎹熸孩鏁伴噺(鍏枻)") + private double sjsysl; - @PropertyDef(label = "鍏朵腑姘存潅鍑忛噺(鍏枻)" ) + @PropertyDef(label = "姘存潅鍑忛噺(鍏枻)" ) private double qzszkl; - @PropertyDef(label = "鍏朵腑锛氳嚜鐒舵崯鑰楀畾棰�(鍏枻)" ) + @PropertyDef(label = "鑷劧鎹熻�楀畾棰�(鍏枻)" ) private double qzzrshde; + + @PropertyDef(label = "鏄惁瓒呰��", description = "1:鏄紝2锛氬惁") + private Integer sfch; @PropertyDef(label = "瓒呰�楁暟閲�(鍏枻)" ) private double chsl; @@ -68,12 +86,16 @@ @PropertyDef(label = "鎹熺泭鏄惁姝e父" ) private String sysfzc; - @PropertyDef(label = "鎹熸孩绫诲瀷",description = "1:鎹熻�楋紝2锛氭崯澶憋紝3.鍏朵粬") - private String sylx; - @PropertyDef(label = "鎹熸孩鍘熷洜" ) private String syyy; + @PropertyDef(label = "鍑烘竻纭鏍囪瘑",description = "0锛氭湭瀹屾垚鍑烘竻纭锛�1锛氬凡瀹屾垚鍑烘竻纭") + private Integer cqqrbs; + + @PropertyDef(label = "鍑烘竻纭鏃堕棿") + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + private Date cqqrsj; + @PropertyDef(label = "浠撳偍瀹℃牳浜�" ) private String ccshr; -- Gitblit v1.9.3