dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/yufei' into yufei
gdg
2021-01-29
d7427ab305dc17af447f5832903691eee329850c
[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;
}