zwl
2025-07-07 d0a82572324e161d140f17321bcb716233e885ea
src/main/java/com/zy/asrs/entity/param/StorageEscalationParam.java
@@ -7,11 +7,16 @@
    //托盘码
    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;
    //重量
    private double weight = 0.0;
}