namespace HStation.Service { /// /// /// public class RevitSettingModel { /// /// 版本 /// public string Version { get; set; } } }