自动化立体仓库 - WMS系统
DELL
2024-06-25 63a52ec239c245954def02450f91925b4003f924
src/main/java/com/zy/ints/mapper/WaitMatoutMapper.java
@@ -1,5 +1,6 @@
package com.zy.ints.mapper;
import com.zy.ints.entity.WaitMatin;
import com.zy.ints.entity.WaitMatout;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
@@ -15,4 +16,6 @@
    List<WaitMatout> getHeadPage(Map<String, Object> condition);
    Integer getHeadPageCount(Map<String, Object> condition);
    List<WaitMatout> selectWaitMatOutBySts();
}