From 6cfe7b4094c1babbedfd6332e9f759c091beaae6 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期三, 15 十一月 2023 13:01:18 +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