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