From 757f103f37d83dfb55bb49b3df0b805cb520d4f7 Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期六, 11 十月 2025 15:28:26 +0800 Subject: [PATCH] 第三版 --- src/main/java/com/zy/asrs/entity/LocMast.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/LocMast.java b/src/main/java/com/zy/asrs/entity/LocMast.java index e114717..5307edd 100644 --- a/src/main/java/com/zy/asrs/entity/LocMast.java +++ b/src/main/java/com/zy/asrs/entity/LocMast.java @@ -90,9 +90,14 @@ @TableField("loc_type") private String locType; - @ApiModelProperty(value= "搴撲綅绫诲瀷锛�1锛氭祴璇曞簱浣嶃��2锛氶潤缃簱浣嶃��3锛氭祴璇曞墠鏆傚瓨搴撲负銆�4锛氭祴璇曞け璐ュ簱浣嶃��0锛氭湭鐭�") + @ApiModelProperty(value= "搴撲綅绫诲瀷锛�1锛氭祴璇曞簱浣嶃��2锛氶潤缃簱浣嶃��3锛氭祴璇曞墠鏆傚瓨搴撲负銆�4锛氭祴璇曞け璐ュ簱浣嶃��5锛氫綆搴撲綅銆�6锛氶珮搴撲綅") @TableField("loc_type1") private Short locType1; + + // 浜у搧鐘舵�亄0:绌洪棽,1:寰呮祴,2:娴嬭瘯涓�;3.娴嬭瘯瀹屾垚;4.娴嬭瘯澶辫触;} + @ApiModelProperty(value= "") + @TableField("pack_status") + private Integer packStatus; @ApiModelProperty(value= "閫氶亾锛�1銆�2銆�3銆�4銆�5銆�6") @TableField("loc_type2") @@ -150,7 +155,7 @@ @TableField("error_memo") private String errorMemo; - @ApiModelProperty(value= "") + @ApiModelProperty(value= "鏄惁鍚姩1锛�0") @TableField("ctn_kind") private Integer ctnKind; @@ -185,11 +190,6 @@ @ApiModelProperty(value= "") @TableField("fire_status") private Integer fireStatus; - -// 浜у搧鐘舵�亄0:鏃�,1:寰呮祴,2:娴嬭瘯涓�;3.娴嬭瘯瀹屾垚;4.娴嬭瘯澶辫触;5.闈欑疆涓�;6:闈欑疆瀹屾垚;7:鏆傚仠娴嬭瘯;8:绱ф�ュ嚭搴�;} - @ApiModelProperty(value= "") - @TableField("pack_status") - private Integer packStatus; @ApiModelProperty(value= "閫氶亾") private Integer channel; -- Gitblit v1.9.1