whycxzp
2022-10-14 298e75c24c0f790f8f1af0fae40e5783b4590953
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}