公告板
版本库
filestore
活动
搜索
登录
鲁星伟
/
ResMeterManager
内阻计测试分析软件
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
默认版本为2.0
lxw
2023-06-15
3d3ec1f21c925346c0fed7a19783deb77210e2ba
[~whyclxw/ResMeterManager.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
TestParamMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.TestParam;
public interface TestParamMapper extends CustomMapper<TestParam> {
}