lxw
2023-01-10 c87eefc568af56d327ab7ceca8969526f59b3d9b
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}