From 0a6c8a0f85275adf4f18c3eb17c1e42fd0bafd13 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 03 十一月 2025 18:57:10 +0800
Subject: [PATCH] 陕西2025版接口调整4-新增接口页面
---
src/main/java/com/fzzy/api/entity/Api1110.java | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/src/main/java/com/fzzy/api/entity/Api1110.java b/src/main/java/com/fzzy/api/entity/Api1110.java
index 2fed10a..ebf39d2 100644
--- a/src/main/java/com/fzzy/api/entity/Api1110.java
+++ b/src/main/java/com/fzzy/api/entity/Api1110.java
@@ -2,9 +2,7 @@
import com.alibaba.fastjson.annotation.JSONField;
import com.bstek.dorado.annotation.PropertyDef;
-import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
-
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@@ -31,14 +29,13 @@
@Column(name = "tyhwbm", length = 28)
private String tyhwbm;
- @JSONField(serialize = false)
- @PropertyDef(label = "涓氬姟id")
- @Column(name = "bizId", length = 40)
- private String bizId;
-
@PropertyDef(label = "鍗曚綅浠g爜" )
@Column(name = "dwdm", length = 18)
private String dwdm;
+
+ @PropertyDef(label = "缁熶竴搴撳尯缂栫爜" )
+ @Column(name = "tykqbm", length = 20)
+ private String tykqbm;
@PropertyDef(label = "搴撳尯浠g爜" )
@Column(name = "kqdm", length = 21)
@@ -77,5 +74,10 @@
@Column(name = "zhgxsj", nullable = false)
private Date zhgxsj;
+ @JSONField(serialize = false)
+ @PropertyDef(label = "涓氬姟id")
+ @Column(name = "bizId", length = 40)
+ private String bizId;
+
}
--
Gitblit v1.9.3