From 323d013281bffdd7d1873af70642bd552dd22814 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期三, 30 十月 2024 00:53:15 +0800
Subject: [PATCH] 基础数据上报

---
 src/main/java/com/fzzy/api/entity/Api1505.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1505.java b/src/main/java/com/fzzy/api/entity/Api1505.java
index 0f9869f..cad095d 100644
--- a/src/main/java/com/fzzy/api/entity/Api1505.java
+++ b/src/main/java/com/fzzy/api/entity/Api1505.java
@@ -39,7 +39,7 @@
     @JSONField(serialize = false)
     @PropertyDef(label = "骞村害")
     @Column(name = "cYear", length = 4)
-    private Double cYear;
+    private String cYear;
 
     @PropertyDef(label = "绉戠洰缂栫爜")
     @Column(name = "cCode", length = 80)
@@ -69,11 +69,11 @@
      */
     @PropertyDef(label = "浣欓鏂瑰悜")
     @Column(name = "cDc", length = 3)
-    private Double cDc;
+    private String cDc;
 
     @PropertyDef(label = "鏈骇绉戠洰")
     @Column(name = "bL")
-    private Double bL;
+    private String bL;
 
     @PropertyDef(label = "绉戠洰绾ф")
     @Column(name = "nGrade", length = 8)
@@ -81,23 +81,23 @@
 
     @PropertyDef(label = "鏁伴噺绉戠洰")
     @Column(name = "bQ")
-    private Double bQ;
+    private String bQ;
 
     @PropertyDef(label = "鏁伴噺鍗曚綅")
     @Column(name = "cQUnit")
-    private Double cQUnit;
+    private String cQUnit;
 
     @PropertyDef(label = "鐜伴噾绫荤鐩�")
     @Column(name = "bCash")
-    private Double bCash;
+    private String bCash;
 
     @PropertyDef(label = "閾惰绫荤鐩�")
     @Column(name = "bBank")
-    private Double bBank;
+    private String bBank;
 
     @PropertyDef(label = "鐜伴噾娴侀噺绫荤鐩�")
     @Column(name = "bXjll")
-    private Double bXjll;
+    private String bXjll;
 
     @PropertyDef(label = "鍐荤粨")
     @Column(name = "bF")

--
Gitblit v1.9.3