From 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期六, 11 十月 2025 13:35:42 +0800 Subject: [PATCH] 武汉黄陂军粮-质检报告共享接口同步及推送 --- 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