#
Junjie
2024-05-18 a7d5e6c4a45ca1f7bb1560ef4e76f4c1680c41db
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,    // 当前任务状态