From a87eff704037284e46568c7c7b8a60caaae884c2 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期三, 17 五月 2023 20:22:44 +0800 Subject: [PATCH] 调整计划管理模块 --- igds-core/src/main/java/com/ld/igds/models/InoutRecord.java | 31 ++++++++++++++----------------- 1 files changed, 14 insertions(+), 17 deletions(-) diff --git a/igds-core/src/main/java/com/ld/igds/models/InoutRecord.java b/igds-core/src/main/java/com/ld/igds/models/InoutRecord.java index d7ffef0..f309ff7 100644 --- a/igds-core/src/main/java/com/ld/igds/models/InoutRecord.java +++ b/igds-core/src/main/java/com/ld/igds/models/InoutRecord.java @@ -92,16 +92,12 @@ private String intelCard; @Column(name = "PLATE_NUM_", length = 20) - @PropertyDef(label = "杞︾墝鍙�") + @PropertyDef(label = "杞﹁埞鍙�", description = "杞︾墝鍙�+鏍囪瘑绗�") private String plateNum; - @Column(name = "TRANS_TYPE_", length = 10) - @PropertyDef(label = "杩愯緭鏂瑰紡", description = "姹借溅锛岀伀杞︺�佽疆鑸广�佸叾浠�") + @Column(name = "TRANS_TYPE_", length = 6) + @PropertyDef(label = "杩愯緭宸ュ叿") private String transType = TransType.TYPE_1.getCode(); - - @Column(name = "SPEC_TYPE_", length = 10) - @PropertyDef(label = "瑙勬牸", description = "鏁g伯锛�25kg, 50kg") - private String specType = "鏁g伯"; @Column(name = "CUSTOMER_ID_", length = 40) @PropertyDef(label = "寰�鏉ュ崟浣�", description = "鍏ュ簱鏃讹紝琛ㄧず鍙戣揣鍗曚綅锛屽嚭搴撴椂鍊欒〃绀烘敹璐у崟浣�") @@ -123,7 +119,6 @@ @Column(name = "FOOD_LEVEL_", length = 40) @PropertyDef(label = "绮绛夌骇") private String foodLevel; - @Column(name = "FOOD_LOCATION_", length = 40) @PropertyDef(label = "浜у湴鍚嶇О") @@ -147,13 +142,13 @@ private String checkId; // 绉伴噸鍜屾墸閲嶄俊鎭� - @Column(name = "IMPURITY_") - @PropertyDef(label = "鏉傝川", description = "鐧惧垎姣�") - private Double impurity = 0.0; - - @Column(name = "WET_") - @PropertyDef(label = "姘村垎", description = "鐧惧垎姣�") - private Double wet = 0.0; +// @Column(name = "IMPURITY_") +// @PropertyDef(label = "鏉傝川", description = "鐧惧垎姣�") +// private Double impurity = 0.0; +// +// @Column(name = "WET_") +// @PropertyDef(label = "姘村垎", description = "鐧惧垎姣�") +// private Double wet = 0.0; @Column(name = "DE_IMPURITY_") @PropertyDef(label = "鏉傝川鎵i噸", description = "鍗曚綅KG") @@ -255,6 +250,10 @@ private String settleTag = Constant.YN_N; + @Column(name = "SPEC_TYPE_", length = 10) + @PropertyDef(label = "瑙勬牸", description = "鏁g伯锛�25kg, 50kg") + private String specType = "鏁g伯"; + //--------鐗堟湰4.0璋冩暣瀛楁 --------------// // @Column(name = "jsdh", length = 42) // @PropertyDef(label = "缁撶畻鍗曞彿") @@ -279,8 +278,6 @@ // @Column(name = "bzbjs", length = 2) // @PropertyDef(label = "鍖呬欢鏁�", description = "鍗曚綅锛氫欢") // private int bzbjs; - - @Override -- Gitblit v1.9.3