whyclxw
2024-09-19 ef8592668904f629f33c7c1f3e5ec0776f74ebc0
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}