仪表盘
版本库
文件存储
活动
搜索
登录
main
/
NslServer
泥石流仿真服务
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
对于没有不能获取到数据的雨量计,使用其他雨量计数据填充
dcb
2025-06-30
59b432c883011119649c283cc9d4c1d357599802
[NslServer.git]
/
src
/
main
/
java
/
com
/
se
/
nsl
/
service
/
SemFilesSimuService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.se.nsl.service;
public interface SemFilesSimuService {
/**
* 获取 INTRODUCE
*
* @return {@link Object}
*/
Object getIntroduce();
Object createSimuBySemFile();
Object readSemFile(String filePath);
}