he wei
2022-11-21 f590cd46b46d36610a3ed29591865de77d3e92ae
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}