仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smartlab_promote
智慧实验室优化版本
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
订单领取:过期处理(确认和过期 状态处理),增加状态过期(需要将数据库字段加长) 实验室选中问题 仓库领取的仓库不存在问题
lyfO_o
2021-06-11
df47c9300bfe6c641c88707aa5b54591ab4c004c
[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);
}