dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
gdg
2020-12-23
aa0d3808fdf551838aaa16548a00ea1f82375eed
[smartlab_promote.git]
/
src
/
main
/
java
/
com
/
nanometer
/
smartlab
/
dao
/
TempSensorsDao.java
1
2
3
4
5
6
7
8
package com.nanometer.smartlab.dao;
import com.nanometer.smartlab.entity.TempSensors;
import org.apache.shiro.dao.DataAccessException;
public interface TempSensorsDao {
public void insertWatning(TempSensors tempSensors) throws DataAccessException;
}