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