whyclxw
2024-07-26 2e8d22d216d1426de1d9848a5cdb886fbe834291
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}