whycxzp
2022-10-19 33b8bad7235d4c611f14af4819b83554d35ce82a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}