From 76a6e71310e4abc19e5733c02cf35c1eb8b3a727 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 30 十月 2023 20:33:51 +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