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