|
@@ -1,5 +1,6 @@
|
|
|
package com.goafanti.common.dao;
|
|
package com.goafanti.common.dao;
|
|
|
|
|
|
|
|
|
|
+import com.goafanti.common.model.TaskFeature;
|
|
|
import com.goafanti.common.model.TaskFeatureLog;
|
|
import com.goafanti.common.model.TaskFeatureLog;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import org.springframework.data.domain.Pageable;
|
|
import org.springframework.data.domain.Pageable;
|
|
@@ -82,5 +83,6 @@ public interface TaskFeatureLogMapper {
|
|
|
*/
|
|
*/
|
|
|
int deleteById(Integer id);
|
|
int deleteById(Integer id);
|
|
|
|
|
|
|
|
|
|
+ List<TaskFeature> selectByTdlid(Integer tdlId);
|
|
|
}
|
|
}
|
|
|
|
|
|