#
whycq
2022-09-06 2c8f2ba4e2587ab87e642c154f678ce454bae157
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();
}