仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smartlab_promote
智慧实验室优化版本
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
实验室库存 新增查询条件:实验室名称
lyfO_o
2021-04-22
3ef5a9d0aba195d77aa22591b55a9ce9e43372ca
[smartlab_promote.git]
/
src
/
main
/
java
/
com
/
nanometer
/
smartlab
/
service
/
TempSensorsService.java
1
2
3
4
5
6
7
8
9
package com.nanometer.smartlab.service;
import com.nanometer.smartlab.entity.TempSensors;
public interface TempSensorsService {
void insert(TempSensors tempSensors);
}