lxw
2023-06-15 3d3ec1f21c925346c0fed7a19783deb77210e2ba
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}