##
mrzhssss
2022-09-12 f43258c4e2394cb6182db9c94f5c5a6d033fd5d4
src/main/java/zy/cloud/wms/manager/mapper/ItemMapper.java
@@ -16,4 +16,6 @@
public interface ItemMapper extends BaseMapper<Item> {
    List<Item> chaoPrice(Map<String, Object> map,String uuid);
    List<Item> chaoTime(Map<String, Object> map,String uuid);
    List<Item> inspected();
    List<Item> finished();
}