From 4603da77459b23291191b52a35c5c8ccb9ac60e3 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期五, 28 六月 2024 15:04:49 +0800 Subject: [PATCH] 上海省平台协议-添加统一编码 --- 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