lxw
2022-11-01 7b7d75d2766c886ddca48b28e78d39ff6b72c026
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}