Shuxia Ning
2025-02-13 2f1cbec203dcff25df7a5c2b51b13ec558f2c3db
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace IStation.WinFrmUI
{
    /// <summary>
    /// 全部参数
    /// </summary>
    public static class GlobalParas
    {
        /// <summary>
        /// 项目标识
        /// </summary>
        public static long ProjectID { get; set; }
    }
}