lxw
2022-11-17 770b986e29df5871799aa9674ea6f01c7d3bd467
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}