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/WaitPakin.java | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WaitPakin.java b/src/main/java/com/zy/asrs/entity/WaitPakin.java index 78185ae..72aa8c1 100644 --- a/src/main/java/com/zy/asrs/entity/WaitPakin.java +++ b/src/main/java/com/zy/asrs/entity/WaitPakin.java @@ -17,11 +17,19 @@ private static final long serialVersionUID = 1L; + @ApiModelProperty(value= "RCS浠诲姟") + @TableField("item_num") + private String itemNum; + @ApiModelProperty(value= "鎵樼洏鏉$爜") private String zpallet; @ApiModelProperty(value= "鏁伴噺") private Double anfme; + + @ApiModelProperty(value= "agv浠诲姟涓嬪彂 锛� 0锛氬緟涓嬪彂 1锛氫笅鍙戞垚鍔� 2锛氫换鍔″畬鎴�") + @TableField("be_batch") + private Integer beBatch; @ApiModelProperty(value= "搴撲綅鍙�") @TableField("loc_no") @@ -33,7 +41,7 @@ @ApiModelProperty(value= "鍟嗗搧鍚嶇О") private String maktx; - @ApiModelProperty(value= "搴忓垪鐮�") + @ApiModelProperty(value= "鎵瑰彿") private String batch; @ApiModelProperty(value= "鍗曟嵁缂栧彿") @@ -70,16 +78,12 @@ @ApiModelProperty(value= "浜у湴") private String origin; - @ApiModelProperty(value= "鍘傚") + @ApiModelProperty(value= "鍞竴鐮�") private String manu; @ApiModelProperty(value= "鐢熶骇鏃ユ湡") @TableField("manu_date") private String manuDate; - - @ApiModelProperty(value= "鍝侀」鏁�") - @TableField("item_num") - private String itemNum; @ApiModelProperty(value= "瀹夊叏搴撳瓨閲�") @TableField("safe_qty") @@ -104,10 +108,6 @@ @ApiModelProperty(value= "渚涘簲鍟嗙紪鐮�") @TableField("supp_code") private String suppCode; - - @ApiModelProperty(value= "鏄惁鎵规 1: 鏄� 0: 鍚� ") - @TableField("be_batch") - private Integer beBatch; @ApiModelProperty(value= "淇濊川鏈�") @TableField("dead_time") @@ -155,10 +155,13 @@ public String getBeBatch$(){ if (null == this.beBatch){ return null; } switch (this.beBatch){ - case 1: - return "鏄�"; case 0: - return "鍚�"; + return "绛夊緟鍛煎彨agv"; + case 1: + return "鍛煎彨agv鍏ュ簱鎼繍鎴愬姛"; + case 2: + return "agv鍏ュ簱鎼繍鎴愬姛"; + default: return String.valueOf(this.beBatch); } -- Gitblit v1.9.1