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