From 6277d8d6623a1ab8c38a255b57d62bc62ef8a408 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 29 六月 2024 14:28:42 +0800
Subject: [PATCH] 广东省平台v5.1-相关接口字段调整

---
 src/main/java/com/fzzy/api/entity/Api1110.java |   12 +++++-------
 1 files changed, 5 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..9be660d 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;
@@ -30,11 +28,6 @@
     @PropertyDef(label = "缁熶竴璐т綅缂栫爜" )
     @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)
@@ -77,5 +70,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