duheng
2024-09-23 651d1f87d2e0e26021c20f3667e1db7b1349b478
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectViewModel.cs
@@ -105,12 +105,24 @@
        /// </summary>
        public long? BimfaceFileRelationID { get; set; }
        /// <summary>
        /// Bimface 转换成功
        /// </summary>
        public bool BimfaceConverted { get; set; }
        /// <summary>
        /// 是否发布
        /// </summary>
        public bool IsPublished { get; set; }
        #endregion
        #region 第五步项目导入完成
        /// <summary>
        /// 是否完成
        /// </summary>
        public bool IsCompleted { get; set; }
        #endregion