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