|
|
@@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
import com.mokamrp.privates.mapper.pangu.pojo.FosterwxCashWorkwxTaskList;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
+
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
|
@@ -19,6 +20,9 @@ import java.util.List;
|
|
|
*/
|
|
|
@Component
|
|
|
public interface FosterwxCashWorkwxTaskCatalogMapper extends BaseMapper<FosterwxCashWorkwxTaskCatalog> {
|
|
|
- public List<FosterwxCashWorkwxTaskCatalog> getList(Page<FosterwxCashWorkwxTaskCatalog> pageObj, @Param("params")PostBasePageHandle handle);
|
|
|
- public List<FosterwxCashWorkwxTaskList>getTaskByTemplateId(@Param("templateId") Integer templateId);
|
|
|
+ public List<FosterwxCashWorkwxTaskCatalog> getList(Page<FosterwxCashWorkwxTaskCatalog> pageObj, @Param("params") PostBasePageHandle handle);
|
|
|
+
|
|
|
+ public List<FosterwxCashWorkwxTaskList> getTaskByTemplateId(@Param("templateId") Integer templateId);
|
|
|
+
|
|
|
+ public List<FosterwxCashWorkwxTaskList> getTaskList(@Param("params") PostBasePageHandle handle);
|
|
|
}
|