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