|  |  |  | 
|---|
|  |  |  | import doumeemes.dao.business.model.WorkorderRecord; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import doumeemes.dao.ext.dto.QuerySalaryStatisticDTO; | 
|---|
|  |  |  | import doumeemes.dao.ext.vo.SalaryStatisticsListVO; | 
|---|
|  |  |  | import doumeemes.dao.ext.vo.WOutboundRecordExtListVO; | 
|---|
|  |  |  | import doumeemes.dao.ext.vo.WStockExtListForWorkorderVO; | 
|---|
|  |  |  | import doumeemes.dao.ext.vo.WorkorderRecordExtListVO; | 
|---|
|  |  |  | import doumeemes.dao.ext.dto.QueryUserSalaryListDTO; | 
|---|
|  |  |  | import doumeemes.dao.ext.vo.*; | 
|---|
|  |  |  | import doumeemes.dao.ext.dto.QueryWorkorderRecordExtDTO; | 
|---|
|  |  |  | import io.lettuce.core.dynamic.annotation.Param; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | List<WorkorderRecordExtListVO> checkIsWork(@Param("ids")String ids); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<UserSalaryListVO> userSalaryPage(QueryUserSalaryListDTO model); | 
|---|
|  |  |  | } | 
|---|