dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增:账户查询 修改:用户导入判断
gdg
2021-01-07
d9f60308ed6aee9c4fbf9c073741dc78fc525b00
[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;
}