From b09865e3b4e43ec7110ca7472188478fcdb6fb0f Mon Sep 17 00:00:00 2001 From: LSH Date: 星期三, 22 三月 2023 09:41:32 +0800 Subject: [PATCH] #库存档案同步上报 --- src/main/java/com/zy/asrs/entity/LocMast.java | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/LocMast.java b/src/main/java/com/zy/asrs/entity/LocMast.java index 7a82d5d..c9ab2f0 100644 --- a/src/main/java/com/zy/asrs/entity/LocMast.java +++ b/src/main/java/com/zy/asrs/entity/LocMast.java @@ -186,10 +186,13 @@ @TableField("fire_status") private Integer fireStatus; -// 浜у搧鐘舵�亄0:鏃�,1:寰呮祴,2:娴嬭瘯涓�;3.娴嬭瘯瀹屾垚;4.闈欑疆涓�;5:闈欑疆瀹屾垚} +// 浜у搧鐘舵�亄0:鏃�,1:寰呮祴,2:娴嬭瘯涓�;3.娴嬭瘯瀹屾垚;4.娴嬭瘯澶辫触;5.闈欑疆涓�;6:闈欑疆瀹屾垚;7:鏆傚仠娴嬭瘯;8:绱ф�ュ嚭搴�;} @ApiModelProperty(value= "") @TableField("pack_status") private Integer packStatus; + + @ApiModelProperty(value= "閫氶亾") + private Integer channel; public String getWhsType$(){ @@ -325,6 +328,7 @@ } } +// 浜у搧鐘舵�亄0:鏃�,1:寰呮祴,2:娴嬭瘯涓�;3.娴嬭瘯瀹屾垚;4.娴嬭瘯澶辫触;5.闈欑疆涓�;6:闈欑疆瀹屾垚;7:鏆傚仠娴嬭瘯;8:绱ф�ュ嚭搴�;} public String getPackStatus$() { if (null == this.packStatus){ return null; } switch (this.packStatus){ @@ -337,9 +341,15 @@ case 3: return "娴嬭瘯瀹屾垚"; case 4: - return "闈欑疆涓�"; + return "娴嬭瘯NG"; case 5: + return "闈欑疆涓�"; + case 6: return "闈欑疆瀹屾垚"; + case 7: + return "鏆傚仠娴嬭瘯"; + case 8: + return "绱ф�ュ嚭搴�"; default: return String.valueOf(this.packStatus); } -- Gitblit v1.9.1