lxw
2022-12-01 345ba50e0870c15dafd40c078c115b4b59b030c2
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}