.
18516761980
2022-04-07 5972c5e0070c00d65eb9d08b4c49357dbf3808c4
src/main/java/zy/cloud/wms/manager/mapper/ItemMapper.java
@@ -8,9 +8,14 @@
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Map;
@Mapper
@Repository
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();
}