公告板
版本库
filestore
活动
搜索
登录
main
/
motorSystem
3.5MW项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加修改密码、重置密码
whyczh
2021-07-01
2e0bc686f2100782fa1d331cc98b5f65ba19c206
[motorSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
CentralMonitorSysSTMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.CentralMonitorSysST;
public interface CentralMonitorSysSTMapper extends CustomMapper<CentralMonitorSysST> {
}