whyclxw
2025-03-22 a09523e8eeb5ae9fd7998feaa2a8886c369066a2
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.TestParam;
 
public interface TestParamMapper extends CustomMapper<TestParam> {
}