野心家
2025-05-14 29bb1c46cbca730c552f02b3fbe46ea53560f95f
src/main/java/com/zy/asrs/entity/param/StorageEscalationParam.java
@@ -7,12 +7,13 @@
    //托盘码
    private String BoxNo;
    //执行状态   0:成功 1:失败
    private Integer WCSStatus=0;
    private Integer WCSStatus = 0;
    //错误信息   具体的错误信息(超高,超重等)
    private String WCSErrorMessage="";
    private String WCSErrorMessage = "";
    //是否满板 1满板  0空板
    private int StaType=1;
    private int StaType = 1;
    //库位类型 1高库位 0低库位
    private int LocType=0;
    private int LocType = 0;
    //站点
    private int TerminalNo = 0;
}