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