whycxzp
2023-06-19 4453ba15695ba2c21aeb24aece111b4854cfb092
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}