src/main/java/com/whyc/mapper/TestPlanMapper.java
@@ -2,9 +2,6 @@ import com.whyc.pojo.TestPlan; import java.util.List; public interface TestPlanMapper extends CustomMapper<TestPlan> { List<TestPlan> getAllByCondition(TestPlan testPlan); }