From 852a9ee80fe79ac87854b8b46ad67ac857a56fc6 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期四, 20 七月 2023 21:05:57 +0800 Subject: [PATCH] 出入库单据模板 --- igds-inout/src/main/java/com/ld/igds/models/InoutNoticeIn.java | 4 ---- 1 files changed, 0 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..8607980 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 @@ -50,10 +50,6 @@ @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 = "鐩爣浠撳簱") private String depotId; -- Gitblit v1.9.3