dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
订单领取修改过期查询
李宇
2021-11-12
b30d8a0da429680f77326fca9dcf0877688c7a77
[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);
}