Junjie
2025-05-09 7e129b703408f5d2f1409f8c5a3af9c4cb3d86f6
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,    // 当前任务状态