whycxzp
2022-11-20 6560d896800c83a4d69de786052f4c07583ac01b
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}