自动化立体仓库 - WMS系统
#
18516761980
2021-12-20 608c29d1138d4e24356bb7e4b258e1401eb05c39
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();
}