公告板
版本库
filestore
活动
搜索
登录
main
/
motorSystem
3.5MW项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加重置测试点接口
whycxzp
2021-06-03
0ed39bd9a35a51a118f54b6c3fea792294431a2f
[motorSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
AFECtrlMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.AFEInverterControl;
public interface AFECtrlMapper extends CustomMapper<AFEInverterControl> {
}