duheng
2024-11-19 8e0e66b8787358bdb0f56a49d63043a3de9368e0
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectViewModel.cs
@@ -8,10 +8,19 @@
        #region 第一步选择压缩文件
        /// <summary>
        /// 压缩文件
        /// 是否为本地
        /// </summary>
        public string ZipFile { get; set; }
        public bool IsLocal { get; set; }
        /// <summary>
        /// 本地压缩文件
        /// </summary>
        public string LocalZipFile { get; set; }
        /// <summary>
        /// 云文件
        /// </summary>
        public TransferRevitFileVmo TransferRevitFile { get; set; }
        #endregion
@@ -66,6 +75,11 @@
        #region 第四步自动生成项目
        /// <summary>
        ///
        /// </summary>
        public HStation.Model.RevitModel RevitModel { get; set; }
        /// <summary>
        /// 水力模型id
        /// </summary>
        public long? HydroID { get; set; }
@@ -110,6 +124,7 @@
        /// </summary>
        public bool BimfaceConverted { get; set; }
        #endregion
        #region 第五步项目导入完成