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