lixiaojun
2024-10-23 1184386ca33fb4ae86ce324fcaaf993fa738ef07
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