仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smartlab_promote
智慧实验室优化版本
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改refer限制
李宇
2021-02-03
121031371e3556d9c2e6536ca4fea83f1c09f2f0
[smartlab_promote.git]
/
src
/
main
/
java
/
com
/
nanometer
/
smartlab
/
service
/
TempSensorsService.java
1
2
3
4
5
6
7
8
9
package com.nanometer.smartlab.service;
import com.nanometer.smartlab.entity.TempSensors;
public interface TempSensorsService {
void insert(TempSensors tempSensors);
}