From c8f5e604019bdbc4bd67113ffc0b2dbb1a79017a Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期五, 20 九月 2024 15:25:36 +0800 Subject: [PATCH] # --- zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasLift.java | 26 ++++++++++++++++++++++++-- 1 files changed, 24 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..88d2e5f 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,27 @@ @ApiModelProperty(value= "鍒�") private Integer bay; + /** + * 绔欑偣鍒楄〃 + */ + @ApiModelProperty(value= "绔欑偣鍒楄〃") + private String sta; + + /** + * 绔欑偣鍒楄〃 + */ + @ApiModelProperty(value= "鎻愬崌鏈烘ゼ灞傚亸绉婚噺") + private String levOffset; + + /** + * 鎻愬崌鏈烘潯鐮� + */ + @ApiModelProperty(value= "鎻愬崌鏈烘潯鐮�") + private String code; + 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 +171,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