From 69cd9f59a0fabf12f8c9147fcba7f69817a870b3 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期一, 06 十一月 2023 23:40:59 +0800 Subject: [PATCH] 更新仓内抓拍2 --- igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java b/igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java index 84a122c..ebfed46 100644 --- a/igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java +++ b/igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java @@ -42,6 +42,10 @@ @PropertyDef(label = "璁″垝鏄庣粏鍙�", description = "閽堝杞崲绮蹇呭~") private String planId; + @Column(name = "PLAN_NAME_", length = 40) + @PropertyDef(label = "璁″垝缂栫爜", description = "閽堝杞崲绮蹇呭~") + private String planName; + @Column(name = "CONTRACT_ID_", length = 40) @PropertyDef(label = "鍚堝悓缂栫爜", description = "閽堝杞崲绮蹇呭~") private String contractId; @@ -49,10 +53,6 @@ @Column(name = "CONTRACT_NAME_", length = 50) @PropertyDef(label = "鍚堝悓鍚嶇О", description = "閽堝杞崲绮蹇呭~") private String contractName; - -// @Column(name = "PLAN_NAME_", length = 50) -// @PropertyDef(label = "璁″垝鍚嶇О") -// private String planName; @Column(name = "DEPOT_ID_", length = 50) @PropertyDef(label = "鐩爣浠撳簱") -- Gitblit v1.9.3