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