dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
获取所有人员,人员相关实验室,实验室相关试剂柜
gdg
2020-12-23
d9f3ee8f482c0d352eecb361bb9333d29f554181
[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;
}