lixiaojun
2024-07-17 d3be686753cd800fc364ef8c8eff18a43f57969c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace Yw.Run
{
    /// <summary>
    /// 
    /// </summary>
    public class DataType
    {
        /// <summary>
        /// 运行分析配置
        /// </summary>
 
        public const string RunAnalyConfigure = "run-analy-configure";
 
 
    }
}