自动化立体仓库 - WMS系统
#
18516761980
2021-08-31 f3d0b8d2219182087dbe9020ef40fe53fa415df1
src/main/java/com/zy/ints/mapper/WaitMatoutMapper.java
@@ -5,8 +5,14 @@
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Map;
@Mapper
@Repository
public interface WaitMatoutMapper extends BaseMapper<WaitMatout> {
    List<WaitMatout> getHeadPage(Map<String, Object> condition);
    Integer getHeadPageCount(Map<String, Object> condition);
}