| | |
| | | * @author xurui |
| | | * @since 2022-08-11 10:13:37 |
| | | */ |
| | | public interface TargetDutyWorkApproveService extends IService<TargetDutyWorkApprove> { |
| | | public interface TargetDutyWorkApproveService { |
| | | ResultVO queryAll(PageQuery<TargetDutyWorkApproveQueryCriteria> pageQuery); |
| | | |
| | | List<TargetDutyWorkApprove> queryAll(TargetDutyWorkApproveQueryCriteria criteria); |
| | |
| | | ResultVO listCheckData(PageQuery<TargetDutyWorkApproveQueryCriteria> pageQuery); |
| | | |
| | | TargetDutyWorkApproveDto selectOne(Serializable id); |
| | | |
| | | void delete(Long[] ids); |
| | | } |