| File was renamed from src/main/java/org/springblade/modules/customTask/service/ICustomTaskService.java |
| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.springblade.modules.customTask.service; |
| | | package org.springblade.modules.threeColorTask.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.customTask.dto.CustomTaskDTO; |
| | | import org.springblade.modules.customTask.entity.CustomTaskEntity; |
| | | import org.springblade.modules.customTask.vo.CustomTaskVO; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import org.springblade.modules.threeColorTask.dto.CustomTaskDTO; |
| | | import org.springblade.modules.threeColorTask.entity.CustomTaskEntity; |
| | | import org.springblade.modules.threeColorTask.vo.CustomTaskVO; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | import java.util.List; |