公告板
版本库
filestore
活动
搜索
登录
徐仲培
/
lab
半试验仿真系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新MotorState接口
whyczh
2021-03-25
337a7dfa5a6613e7c95d505c8ed016fbd11a425f
[~whycxzp/lab.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
WaterRtMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.WaterRt;
public interface WaterRtMapper extends CustomMapper<WaterRt> {
}