From 53939f30518c0c1d132d1eb3de20e35aa630c781 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期二, 23 一月 2024 13:50:42 +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