#
gtsxc
2024-11-02 b717124538f5f68d158f10e37e23c7e0327563f6
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,    // 当前任务状态