自动化立体仓库 - WCS系统
Junjie
2023-07-03 405a34a73ddad9367c1a40b03a5f8cec914ad683
src/main/java/com/zy/asrs/entity/BasShuttleOpt.java
@@ -96,9 +96,15 @@
    @ApiModelProperty(value= "命令")
    private String command;
    /**
     * 命令
     */
    @ApiModelProperty(value= "命令报文(下发)")
    private String commandSend;
    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 commandSend) {
        this.wrkNo = wrkNo;
        this.shuttleNo = shuttleNo;
        this.sendTime = sendTime;
@@ -109,6 +115,7 @@
        this.updateBy = updateBy;
        this.memo = memo;
        this.command = command;
        this.commandSend = commandSend;
    }
//    BasShuttleOpt basShuttleOpt = new BasShuttleOpt(