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