whyclxw
2025-03-31 b46f7fa6d77852ae9e28a062da234a2ddf9405fb
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}