pang.jiabao
2025-09-04 151c7058f579648ba1b1fa3d1e4a98e07f7506ff
src/main/java/com/zy/asrs/entity/wms/StorageEscalationParam.java
@@ -15,6 +15,9 @@
    //错误信息   具体的错误信息(超高,超重等)
    private String WCSErrorMessage = "";
    //是否满板
    private Integer fullPlt;
    // 物料号列表
    private List<String> matIdList;
}