From 083eb4417a04201f1eb755faab8ee7121b3c7f16 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期五, 17 十一月 2023 16:19:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/igds-api-gateway' into igds-api-gateway --- 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