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