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; } @@ -105,12 +110,20 @@ /// </summary> public long? BimfaceFileRelationID { get; set; } /// <summary> /// Bimface 转换成功 /// </summary> public bool BimfaceConverted { get; set; } #endregion #region 第五步项目导入完成 /// <summary> /// 是否完成 /// </summary> public bool IsCompleted { get; set; } #endregion