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