lixiaojun
2024-09-11 ec0d0b6f8e3ac7791c736ae8aad69c4a1587cad9
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