From 6f06c861bffe6fcf5fb7cf9e2a7003fca856bac0 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期二, 09 一月 2024 18:21:01 +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