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