自动化立体仓库 - WMS系统
zyx
2024-02-02 00b8e7a256d8508043784f061a4afe5b1107d9aa
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();
}