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