whycq
2022-09-12 c2f77cb1c01b8215fd2fc8c76fd4180629b7f08f
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();
}