公告板
版本库
filestore
活动
搜索
登录
main
/
motorSystem
3.5MW项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新数据管理-历史记录接口
whycxzp
2021-05-17
0acc33a0bd5316a1413b4d4bc7ae5dd93022f386
[motorSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
ExperimentMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.mapper;
import com.whyc.dto.ExperimentConditionDTO;
import com.whyc.pojo.Experiment;
import java.util.List;
public interface ExperimentMapper extends CustomMapper<Experiment>{
List<Experiment> getPage(ExperimentConditionDTO condition);
}