whycxzp
2022-10-10 af0697a5241328994ff0badeb53e095f1eb63183
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}