dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改重复引用service
ly
2021-03-22
941668d781ec980ccdafd6e32b6e93a705d43ca7
[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;
}