| | |
| | | #region Path |
| | | |
| | | /// <summary> |
| | | /// 获取监测数据集文件夹 |
| | | /// 查询监测数据集文件夹 |
| | | /// </summary> |
| | | public static string GetMonitorDataFolder(long projectId, long sceneId) |
| | | { |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取日期文件夹 |
| | | /// 查询日期文件夹 |
| | | /// </summary> |
| | | public static string GetMonthFolder(long projectId, long sceneId, int year, int month) |
| | | { |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取监测数据集文件夹 |
| | | /// 查询监测数据集文件夹 |
| | | /// </summary> |
| | | public static string GetMonitorDataSetFolder(long projectId, long sceneId, long monitorPointId, int year, int month) |
| | | { |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取信号记录文件路径 |
| | | /// 查询信号记录文件路径 |
| | | /// </summary> |
| | | public static string GetSignalRecordFile(long projectId, long sceneId, long monitorPointId, long signaId, int year, int month) |
| | | { |