whyczh
2021-03-31 305c7b36ac9e92df0e9d8f998067fcd640106e37
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);
}