WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectViewModel.cs
@@ -5,10 +5,17 @@ /// </summary> public class ImportXhsProjectViewModel { #region 第一步选择压缩文件 /// <summary> /// 压缩文件 /// </summary> public string ZipFile { get; set; } #endregion #region 第二步录入项目信息 /// <summary> /// 编号 @@ -45,12 +52,28 @@ /// </summary> public string Description { get; set; } #endregion #region 第三步设置地图位置 /// <summary> /// 位置 /// </summary> public Yw.Model.Map.Marker Location { get; set; } #endregion #region 第四步生成项目 #endregion #region 第五步项目完成 #endregion } }