自动化立体仓库 - WMS系统
#
lsh
2024-12-17 1ab69a554aa5849d0ec61f5ac357d339589048e7
src/main/java/com/zy/asrs/mapper/LocDetlMapper.java
@@ -2,6 +2,8 @@
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.result.LocDetlAll;
import com.zy.asrs.entity.result.LocDetlDTO;
import com.zy.asrs.entity.result.StockVo;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -17,6 +19,10 @@
@Repository
public interface LocDetlMapper extends BaseMapper<LocDetl> {
    List<LocDetlAll> selectAllOwner(LocDetlDTO locDetlDTO);
    int selectAllCount(LocDetlDTO locDetlDTO);
    List<LocDetl> listByPage(Map<String, Object> map);
    Integer listByPageCount(Map<String, Object> map);