仪表盘
版本库
文件存储
活动
搜索
登录
老应
/
ecg
动态心电装拆管理系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
dev_rent 表 job_record表 新增检查类型字段
eight
2024-11-12
343d897f00966d40f7eaa1cdfd257f63abd2996a
[~yxh/ecg.git]
/
jh-module-ecg
/
jh-module-ecg-biz
/
src
/
main
/
java
/
cn
/
lihu
/
jh
/
module
/
ecg
/
service
/
config
/
EcgConfigService.java
1
2
3
4
5
6
7
8
9
10
11
package cn.lihu.jh.module.ecg.service.config;
import java.time.LocalTime;
import java.util.List;
public interface EcgConfigService {
void resetScheduler();
void readTimeSlotConfig();
List<LocalTime> listTimeslot();
Integer getTimeslotLength();
}