ningshuxia
2023-02-07 d027501182b03a0c036af712a2b7f31d55144562
DAL/Local/IStation.DAL.LocalFile.MonitorDataSet/config/MonitorDataSetConfig.cs
@@ -52,7 +52,7 @@
        #region Path
        /// <summary>
        /// 获取监测数据集文件夹
        /// 查询监测数据集文件夹
        /// </summary> 
        public static string GetMonitorDataFolder(long projectId, long sceneId)
        {
@@ -66,7 +66,7 @@
        }
        /// <summary>
        /// 获取日期文件夹
        /// 查询日期文件夹
        /// </summary>
        public static string GetMonthFolder(long projectId, long sceneId, int year, int month)
        {
@@ -87,7 +87,7 @@
        }
        /// <summary>
        /// 获取监测数据集文件夹
        /// 查询监测数据集文件夹
        /// </summary>
        public static string GetMonitorDataSetFolder(long projectId, long sceneId, long monitorPointId, int year, int month)
        {
@@ -99,7 +99,7 @@
        }
        /// <summary>
        /// 获取信号记录文件路径
        /// 查询信号记录文件路径
        /// </summary>
        public static string GetSignalRecordFile(long projectId, long sceneId, long monitorPointId, long signaId, int year, int month)
        {