From 8faa1d379ed06d8913b096007f8a6e7fd248b4ea Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期三, 06 三月 2024 19:05:30 +0800 Subject: [PATCH] 优化上海接口,出入库信息绑定结算单号 --- src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlYQSB.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlYQSB.java b/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlYQSB.java index 5a0237d..a263c0c 100644 --- a/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlYQSB.java +++ b/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlYQSB.java @@ -18,6 +18,7 @@ */ private static final long serialVersionUID = 1L; + private String yqsbid;//浠櫒璁惧ID private String yqsbbm;//浠櫒璁惧缂栫爜 private String yqsbmc;//浠櫒璁惧鍚嶇О private String ggxh;//瑙勬牸鍨嬪彿 @@ -25,6 +26,6 @@ private Double jg;//浠锋牸 private String gznf;//璐疆骞翠唤 private Double syl;//浣跨敤鐜� - private int xh;//搴忓彿 + private Integer xh;//搴忓彿 } -- Gitblit v1.9.3