#
Junjie
9 天以前 0d04bc5d8080b82338302fba0a59fccff2eaedfc
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/service/impl/TaskServiceImpl.java
@@ -1,6 +1,7 @@
package com.zy.asrs.wcs.core.service.impl;
import com.zy.asrs.framework.common.Cools;
import com.zy.asrs.wcs.core.domain.dto.WorkChartAxis;
import com.zy.asrs.wcs.core.mapper.TaskMapper;
import com.zy.asrs.wcs.core.entity.Task;
import com.zy.asrs.wcs.core.model.enums.DeviceCtgType;
@@ -155,4 +156,9 @@
    public Task selectChargeWorking(Integer shuttleNo) {
        return this.baseMapper.selectChargeWorking(shuttleNo);
    }
    @Override
    public List<WorkChartAxis> selectByLineCharts() {
        return this.baseMapper.selectByLineCharts();
    }
}