Shuxia Ning
2024-10-23 5dd7ab9852c9a5659cc916e9ed986b5099efeaf8
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectViewModel.cs
@@ -66,6 +66,11 @@
        #region 第四步自动生成项目
        /// <summary>
        ///
        /// </summary>
        public HStation.Model.RevitModel RevitModel { get; set; }
        /// <summary>
        /// 水力模型id
        /// </summary>
        public long? HydroID { get; set; }
@@ -110,10 +115,6 @@
        /// </summary>
        public bool BimfaceConverted { get; set; }
        /// <summary>
        /// 是否发布
        /// </summary>
        public bool IsPublished { get; set; }
        #endregion