lixiaojun
2024-10-21 cb3ec7cb8001317857087da706e51e6caa58f591
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace HStation.Service
{
    /// <summary>
    /// 
    /// </summary>
    public class RevitSettingModel
    {
        /// <summary>
        /// 版本
        /// </summary>
        public string Version { get; set; }
    }
}