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); }