zhoushihao
2 天以前 d22b530fa0fbd910d8d7baefa29d88d755568e68
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowtask/mapper/HollowBigStorageCageHistoryTaskMapper.java
@@ -3,7 +3,10 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mes.hollowtask.entity.HollowBigStorageCageHistoryTask;
import com.mes.largenscreen.entity.DailyProductionVO;
import com.mes.largenscreen.entity.RunTime;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
 * (HollowBigStorageCageHistoryTask)表数据库访问层
@@ -14,5 +17,7 @@
public interface HollowBigStorageCageHistoryTaskMapper extends BaseMapper<HollowBigStorageCageHistoryTask> {
    DailyProductionVO queryHollowDailyProduction(@Param("beginDate") String beginDate, @Param("endDate") String endDate);
    List<RunTime> queryRunTimes(@Param("days") String days);
}