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 | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/LocMast.java b/src/main/java/com/zy/asrs/entity/LocMast.java index 0716e43..5307edd 100644 --- a/src/main/java/com/zy/asrs/entity/LocMast.java +++ b/src/main/java/com/zy/asrs/entity/LocMast.java @@ -94,6 +94,11 @@ @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") private Short locType2; @@ -185,11 +190,6 @@ @ApiModelProperty(value= "") @TableField("fire_status") private Integer fireStatus; - -// 浜у搧鐘舵�亄0:绌洪棽,1:寰呮祴,2:娴嬭瘯涓�;3.娴嬭瘯瀹屾垚;4.娴嬭瘯澶辫触;} - @ApiModelProperty(value= "") - @TableField("pack_status") - private Integer packStatus; @ApiModelProperty(value= "閫氶亾") private Integer channel; -- Gitblit v1.9.1