自动化立体仓库 - WMS系统
#
DELL
2022-05-06 b43d307ac60607bcc556ca52c54cee0176b66273
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();
}