ningshuxia
2023-02-02 3106276fd6dd3df1ba91d8693f95f8d94e573cf5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace IStation 
{
    internal class Paras
    {
 
        /// <summary>
        /// 文件参数
        /// </summary>
        public Paras_File File { get; set; }
 
        /// <summary>
        /// 内存缓存参数
        /// </summary>
        public Paras_MemoryCache MemoryCache { get; set; }
         
    }
}