公告板
版本库
filestore
活动
搜索
登录
main
/
motorSystem
3.5MW项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新日志接口,告警接口,扭矩传感器接口
whycxzp
2021-05-14
b4adf749da7bb19c3907eab9e9b83f2ec173c9f3
[motorSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
service
/
TableService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.whyc.service;
import com.whyc.mapper.TableMapper;
import javax.annotation.Resource;
/**
* 查询数据库中表相关
*/
@Resource
public class TableService {
@Resource
private TableMapper mapper;
}