自动化立体仓库 - WCS系统
zc
10 天以前 715101e29ad1eb8d70f587237a37d74d50d3fd2a
src/main/java/com/zy/asrs/entity/BasShuttleOpt.java
@@ -96,9 +96,37 @@
    @ApiModelProperty(value= "命令")
    private String command;
    /**
     * 系统状态
     */
    @ApiModelProperty(value= "系统状态")
    @TableField("system_status")
    private String systemStatus;
    /**
     * 下发状态{0:未下发,1:已下发}
     */
    @ApiModelProperty(value= "下发状态{0:未下发,1:已下发}")
    @TableField("send")
    private Integer send;
    /**
     * 请求响应
     */
    @ApiModelProperty(value= "请求响应")
    @TableField("response")
    private String response;
    /**
     * 设备工作号
     */
    @ApiModelProperty(value= "设备工作号")
    @TableField("device_wrk")
    private String deviceWrk;
    public BasShuttleOpt() {}
    public BasShuttleOpt(Integer wrkNo,Integer shuttleNo,Date sendTime,String mode,String sourceLocNo,String distLocNo,Date updateTime,Long updateBy,String memo,String command) {
    public BasShuttleOpt(Integer wrkNo, Integer shuttleNo, Date sendTime, String mode, String sourceLocNo, String distLocNo, Date updateTime, Long updateBy, String memo, String command, String systemStatus) {
        this.wrkNo = wrkNo;
        this.shuttleNo = shuttleNo;
        this.sendTime = sendTime;
@@ -109,6 +137,7 @@
        this.updateBy = updateBy;
        this.memo = memo;
        this.command = command;
        this.systemStatus = systemStatus;
    }
//    BasShuttleOpt basShuttleOpt = new BasShuttleOpt(