From cf062ef5e93d98733d3e4f647c51fed86ef3e9aa Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期一, 25 三月 2024 21:24:28 +0800
Subject: [PATCH] 修改上海接口配置
---
src/main/java/com/fzzy/api/entity/Api1211.java | 21 ++++++++++-----------
1 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/src/main/java/com/fzzy/api/entity/Api1211.java b/src/main/java/com/fzzy/api/entity/Api1211.java
index fe9d9dd..7291b63 100644
--- a/src/main/java/com/fzzy/api/entity/Api1211.java
+++ b/src/main/java/com/fzzy/api/entity/Api1211.java
@@ -34,9 +34,8 @@
@JSONField(serialize = false)
@Id
- @GeneratedValue(strategy = GenerationType.IDENTITY)
- @Column(name = "id")
- private Integer id;
+ @Column(name = "id", length = 60)
+ private String id;
@JSONField(serialize = false)
@PropertyDef(label = "涓氬姟id")
@@ -55,33 +54,33 @@
@Column(name = "lsxzdm", length = 7)
private String lsxzdm;
- @PropertyDef(label = "绮鍝佺浠g爜",required=true)
+ @PropertyDef(label = "绮鍝佺浠g爜")
@Column(name = "lspzdm", length = 7)
private String lspzdm;
- @PropertyDef(label = "骞村害" ,required=true)
+ @PropertyDef(label = "骞村害" )
@Column(name = "nd", length = 4)
private String nd;
- @PropertyDef(label = "鏈堜唤" ,required=true)
+ @PropertyDef(label = "鏈堜唤" )
@Column(name = "yf", length = 2)
private String yf;
- @PropertyDef(label = "鏈熷垵鏁伴噺(鍏枻)",required=true )
+ @PropertyDef(label = "鏈熷垵鏁伴噺(鍏枻)" )
@Column(name = "qcsl", precision = 20, scale = 6)
- private double qcsl;
+ private Double qcsl;
@PropertyDef(label = "鏈湡鏀跺叆鏁伴噺(鍏枻)" )
@Column(name = "bqsrsl", precision = 20, scale = 6)
- private double bqsrsl;
+ private Double bqsrsl;
@PropertyDef(label = "鏈湡鏀嚭鏁伴噺(鍏枻)" )
@Column(name = "bqzcsl", precision = 20, scale = 6)
- private double bqzcsl;
+ private Double bqzcsl;
@PropertyDef(label = "鏈熸湯鏁伴噺(鍏枻)" )
@Column(name = "qmye", precision = 20, scale = 6)
- private double qmye;
+ private Double qmye;
@PropertyDef(label = "鏈堢粨鏍囧織" )
@Column(name = "yjbz")
--
Gitblit v1.9.3