From 0cf0ceb7efe3edaba0cbb3f90f028db0de108abf Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期三, 29 十月 2025 17:19:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/main/java/com/fzzy/api/entity/Api1110.java | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/main/java/com/fzzy/api/entity/Api1110.java b/src/main/java/com/fzzy/api/entity/Api1110.java
index 1baa168..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;
@@ -27,14 +25,17 @@
@Column(name = "hwdm", length = 30)
private String hwdm;
- @JSONField(serialize = false)
- @PropertyDef(label = "涓氬姟id")
- @Column(name = "bizId", length = 40)
- private String bizId;
+ @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
+ @Column(name = "tyhwbm", length = 28)
+ private String tyhwbm;
@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)
@@ -73,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