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/Api1304.java | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1304.java b/src/main/java/com/fzzy/api/entity/Api1304.java index effaedc..4b5c3dc 100644 --- a/src/main/java/com/fzzy/api/entity/Api1304.java +++ b/src/main/java/com/fzzy/api/entity/Api1304.java @@ -30,24 +30,28 @@ @Id @PropertyDef(label = "姘斾綋娴撳害妫�娴嬪崟鍙�" ) - @Column(name = "qtndjcdh", length = 42, nullable = false) + @Column(name = "qtndjcdh", length = 42) private String qtndjcdh; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "妫�娴嬫椂闂�" ) - @Column(name = "jcsj", nullable = false) + @Column(name = "jcsj") private Date jcsj; @PropertyDef(label = "璐т綅浠g爜" ) - @Column(name = "hwdm", length = 30, nullable = false) + @Column(name = "hwdm", length = 30) private String hwdm; + @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) + @Column(name = "tyhwbm", length = 28) + private String tyhwbm; + @PropertyDef(label = "姘ф皵鍚噺鍊奸泦鍚�" ) - @Column(name = "yqhlzjh", length = 8000, nullable = false, columnDefinition = "text") + @Column(name = "yqhlzjh", length = 8000, columnDefinition = "text") private String yqhlzjh; @PropertyDef(label = "浜屾哀鍖栫⒊鍚噺鍊奸泦鍚�" ) - @Column(name = "eyhthlzjh", length = 8000, nullable = false, columnDefinition = "text") + @Column(name = "eyhthlzjh", length = 8000, columnDefinition = "text") private String eyhthlzjh; @PropertyDef(label = "纭叞姘熸祿搴﹀�奸泦鍚�" ) @@ -55,7 +59,7 @@ private String lxfndzjh; @PropertyDef(label = "纾峰寲姘㈡祿搴﹀�奸泦鍚�" ) - @Column(name = "lhqndzjh", length = 8000, nullable = false, columnDefinition = "text") + @Column(name = "lhqndzjh", length = 8000, columnDefinition = "text") private String lhqndzjh; @PropertyDef(label = "涓�姘у寲姘惈閲忓�奸泦鍚�" ) @@ -66,8 +70,12 @@ @Column(name = "yyhthlzjh", length = 8000, columnDefinition = "text") private String yyhthlzjh; + @PropertyDef(label = "姘皵鍚噺鍊奸泦鍚�" ) + @Column(name = "dqndzjh", length = 8000, columnDefinition = "text") + private String dqndzjh; + @PropertyDef(label = "鎿嶄綔鏍囧織" ) - @Column(name = "czbz", length = 1, nullable = false) + @Column(name = "czbz", length = 1) private String czbz; @PropertyDef(label = "浣滀笟绫诲瀷" ) @@ -76,7 +84,7 @@ @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) - @Column(name = "zhgxsj", nullable = false) + @Column(name = "zhgxsj") private Date zhgxsj; } -- Gitblit v1.9.3