From 135e1039d78e767536d91bcbce04d2efedb2f7b2 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期一, 29 五月 2023 20:37:18 +0800 Subject: [PATCH] 出入库优化-登记1 --- igds-core/src/main/java/com/ld/igds/models/InoutConf.java | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/igds-core/src/main/java/com/ld/igds/models/InoutConf.java b/igds-core/src/main/java/com/ld/igds/models/InoutConf.java index 8a58eaf..4b802c3 100644 --- a/igds-core/src/main/java/com/ld/igds/models/InoutConf.java +++ b/igds-core/src/main/java/com/ld/igds/models/InoutConf.java @@ -31,7 +31,7 @@ private String companyId; @Column(name = "DEPT_ID_", length = 40) - @PropertyDef(label = "鎵�灞炲簱鐐�") + @PropertyDef(label = "鎵�灞炲簱鍖�") private String deptId; @Column(name = "SORT_", length = 2) @@ -78,9 +78,9 @@ @PropertyDef(label = "鎺у埗绔彛") private Integer portCtrl; - @Column(name = "PORT_WEB_") - @PropertyDef(label = "WEB绔彛") - private Integer portWeb; +// @Column(name = "PORT_WEB_") +// @PropertyDef(label = "WEB绔彛") +// private Integer portWeb; @Column(name = "TYPE_", length = 10) @PropertyDef(label = "璁惧绫诲瀷") @@ -91,7 +91,7 @@ private String status; @Column(name = "PROTOCOL_", length = 40) - @PropertyDef(label = "鍒嗘満鍗忚", description = "涓嶅悓鍘傚晢鏈変笉鍚岀殑鍗忚") + @PropertyDef(label = "鍗忚", description = "涓嶅悓鍘傚晢鏈変笉鍚岀殑鍗忚") private String protocol; @Column(name = "PLAY_TYPE_", length = 25) @@ -133,7 +133,6 @@ this.pwd = conf.getPwd(); this.chanNum = conf.getChanNum(); this.portCtrl = conf.getPortCtrl(); - this.portWeb = conf.getPortWeb(); this.type = conf.getType(); this.status = conf.getStatus(); this.protocol = conf.getProtocol(); -- Gitblit v1.9.3