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