From cf4e07afcab180fe301a96a29f7742fd341989c6 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期二, 11 六月 2024 21:51:39 +0800 Subject: [PATCH] # --- zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasLift.java | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasLift.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasLift.java index 5c1166d..e65a22f 100644 --- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasLift.java +++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasLift.java @@ -136,9 +136,15 @@ @ApiModelProperty(value= "鍒�") private Integer bay; + /** + * 绔欑偣鍒楄〃 + */ + @ApiModelProperty(value= "绔欑偣鍒楄〃") + private String sta; + public BasLift() {} - public BasLift(Long deviceId,Integer liftNo,Integer status,Integer taskNo,Long updateBy,Long createBy,Date createTime,Date updateTime,String memo,Integer pakMk,Integer deleted,Long hostId,String protocol,Integer transfer) { + public BasLift(Long deviceId, Integer liftNo, Integer status, Integer taskNo, Long updateBy, Long createBy, Date createTime, Date updateTime, String memo, Integer pakMk, Integer deleted, Long hostId, String protocol, Integer transfer, Integer row, Integer bay, String sta) { this.deviceId = deviceId; this.liftNo = liftNo; this.status = status; @@ -153,9 +159,13 @@ this.hostId = hostId; this.protocol = protocol; this.transfer = transfer; + this.row = row; + this.bay = bay; + this.sta = sta; } -// BasLift basLift = new BasLift( + + // BasLift basLift = new BasLift( // null, // 璁惧id // null, // 鎻愬崌鏈哄彿[闈炵┖] // null, // 褰撳墠浠诲姟鐘舵�� -- Gitblit v1.9.1