#
Junjie
2025-02-14 ac4341ea6b66ae02427d39d35f41d42d78b2eb2e
zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/mapper/TaskDetlLogMapper.java
@@ -2,6 +2,7 @@
import com.zy.asrs.wms.asrs.entity.TaskDetlLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zy.asrs.wms.asrs.entity.statistics.InformationTop;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@@ -13,4 +14,8 @@
    List<Long> getTaskIdsByDetlId(Long detlId);
    List<InformationTop> getInformationTopIn(Integer top);
    List<InformationTop> getInformationTopOut(Integer top);
}