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