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/ApiList.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/ApiList.java b/src/main/java/com/fzzy/api/entity/ApiList.java index e8c7902..4c5c6cc 100644 --- a/src/main/java/com/fzzy/api/entity/ApiList.java +++ b/src/main/java/com/fzzy/api/entity/ApiList.java @@ -64,4 +64,8 @@ @Column(name = "REMARK_", length = 100) @PropertyDef(label = "澶囨敞璇存槑") private String remark; + + @Column(name = "BIZ_TYPE_", length = 20) + @PropertyDef(label = "涓氬姟绫诲瀷", description = "GB-鍥芥爣锛汮L-鍐涚伯") + private String bizType = "GB"; } -- Gitblit v1.9.3