公告板
版本库
filestore
活动
搜索
登录
鲁星伟
/
ResMeterManager
内阻计测试分析软件
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
容量百分比更新
whycxzp
2024-09-02
b8eab20a6e818b895ce5c07dc9d9b4f9bda0a6fb
[~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> {
}