From 5f92b2034f84caeab9cb6efc61ecbe22407935b4 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期二, 16 一月 2024 12:14:03 +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