仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smartlab_promote
智慧实验室优化版本
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化申购-试剂使用
gdg
2020-12-02
b754111908cd34c2701cb2e63da6988241335bcb
[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);
}