From 75bdadc0c4e468217b93142d965cd92ee52838ec Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期一, 20 五月 2024 09:01:27 +0800 Subject: [PATCH] 粮情协议优化 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java index 0c7ed9b..1d750d4 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1302.java @@ -89,13 +89,13 @@ private String lwmx; @PropertyDef(label = "绮俯鐘舵��") - private String lwzt; + private String lwzt = "0"; @PropertyDef(label = "寮傚父鐐逛釜鏁�") - private String ycdgs; + private Integer ycdgs = 0; @PropertyDef(label = "绮儏鎶�鏈�") - private String lqjs; + private String lqjs = "2"; @PropertyDef(label = "鏍囪浣�") private String bjw; -- Gitblit v1.9.3