whycrzg
2021-04-01 83d5ece2fbdf3e5db0ca0b990d372944c458155e
1
2
3
4
5
6
7
package com.whyc.mapper;
 
import com.whyc.pojo.TestPlan;
 
public interface TestPlanMapper extends CustomMapper<TestPlan> {
 
}