自动化立体仓库 - WMS系统
zyx
2024-04-28 087db8aee2e9cbfb44b8e61531c1cace5e36a6e2
src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.asrs.entity.WrkMast;
import com.zy.asrs.entity.result.InOutCountDto;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@@ -18,4 +19,7 @@
    List<WrkMast> selectToBeHistoryData();
    Integer checkFinishByOrder(@Param("orderNo") String orderNo);
    List<InOutCountDto> selectTop100();
}