|
|
@@ -1,6 +1,8 @@
|
|
|
package com.goafanti.common.dao;
|
|
|
|
|
|
import com.goafanti.common.model.TaskScore;
|
|
|
+import com.goafanti.order.bo.TaskScore.InputTaskScore;
|
|
|
+import com.goafanti.order.bo.TaskScore.OutAdminTaskScore;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import org.springframework.data.domain.Pageable;
|
|
|
|
|
|
@@ -82,5 +84,7 @@ public interface TaskScoreMapper {
|
|
|
int deleteById(Integer id);
|
|
|
|
|
|
TaskScore queryByTid(Integer tid);
|
|
|
+
|
|
|
+ List<OutAdminTaskScore> findAdminTaskScoreList(InputTaskScore in);
|
|
|
}
|
|
|
|