| | |
| | | package doumeemes.dao.ext; |
| | | |
| | | import doumeemes.dao.business.dto.statistics.RecordLogModel; |
| | | import doumeemes.dao.business.dto.statistics.Unqualified7DayModel; |
| | | import doumeemes.dao.business.dto.statistics.UnqualifiedCateModel; |
| | | import doumeemes.dao.business.dto.statistics.UserProduceTopModel; |
| | | import doumeemes.dao.business.model.WorkorderRecord; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import doumeemes.dao.ext.vo.WOutboundRecordExtListVO; |
| | | import doumeemes.dao.ext.vo.WStockExtListForWorkorderVO; |
| | | import doumeemes.dao.ext.vo.WorkorderRecordExtListVO; |
| | | import doumeemes.dao.ext.dto.QuerySalaryStatisticDTO; |
| | | import doumeemes.dao.ext.dto.QueryUserSalaryListDTO; |
| | | import doumeemes.dao.ext.vo.*; |
| | | import doumeemes.dao.ext.dto.QueryWorkorderRecordExtDTO; |
| | | import io.lettuce.core.dynamic.annotation.Param; |
| | | |
| | |
| | | * @date 2022/04/20 10:56 |
| | | */ |
| | | List<WorkorderRecordExtListVO> selectListNew(QueryWorkorderRecordExtDTO dto); |
| | | List<SalaryStatisticsListVO> salaryStatistic(QuerySalaryStatisticDTO dto); |
| | | |
| | | List<WStockExtListForWorkorderVO> choiceWorkorderRecordUseStockList(QueryWorkorderRecordExtDTO dto); |
| | | |
| | |
| | | List<WorkorderRecordExtListVO> checkIsWork(@Param("ids")String ids); |
| | | |
| | | |
| | | List<UserSalaryListVO> userSalaryPage(QueryUserSalaryListDTO model); |
| | | |
| | | List<UserProduceTopModel> getUserProduceTopData(QueryWorkorderRecordExtDTO param); |
| | | List<Unqualified7DayModel> getUnqualified7DayData(QueryWorkorderRecordExtDTO param); |
| | | List<UnqualifiedCateModel> getUnqualifiedCateData(QueryWorkorderRecordExtDTO param); |
| | | List<RecordLogModel> getRecordLog(QueryWorkorderRecordExtDTO param); |
| | | } |