自动化立体仓库 - WCS系统
#
Junjie
2025-04-23 0b7a31fdf4990b28ccad5453a9190727ecf02f14
src/main/java/com/zy/asrs/entity/BasShuttleOpt.java
@@ -97,12 +97,6 @@
    private String command;
    /**
     * 命令
     */
    @ApiModelProperty(value= "命令报文(下发)")
    private String commandSend;
    /**
     * 系统状态
     */
    @ApiModelProperty(value= "系统状态")
@@ -132,7 +126,7 @@
    public BasShuttleOpt() {}
    public BasShuttleOpt(Integer wrkNo, Integer shuttleNo, Date sendTime, String mode, String sourceLocNo, String distLocNo, Date updateTime, Long updateBy, String memo, String command, String commandSend, String systemStatus) {
    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;
@@ -143,7 +137,6 @@
        this.updateBy = updateBy;
        this.memo = memo;
        this.command = command;
        this.commandSend = commandSend;
        this.systemStatus = systemStatus;
    }