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