lixiaojun
2024-09-27 ce1cc10e518ddac71cfefd433f8a6af9fb46ed40
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectViewModel.cs
@@ -63,14 +63,66 @@
        #endregion
        #region 第四步生成项目
        #region 第四步自动生成项目
        /// <summary>
        /// 水力模型id
        /// </summary>
        public long? HydroID { get; set; }
        /// <summary>
        /// 项目id
        /// </summary>
        public long? ProjectID { get; set; }
        /// <summary>
        /// 项目站id
        /// </summary>
        public long? ProjectSiteID { get; set; }
        /// <summary>
        /// 水力模型关联id
        /// </summary>
        public long? HydroRelationID { get; set; }
        /// <summary>
        /// 地图信息id
        /// </summary>
        public long? MapInfoID { get; set; }
        /// <summary>
        /// bimfaceid
        /// </summary>
        public long? BimfaceId { get; set; }
        /// <summary>
        /// bimface 文件id
        /// </summary>
        public long? BimfaceFileID { get; set; }
        /// <summary>
        /// bimface 文件关联id
        /// </summary>
        public long? BimfaceFileRelationID { get; set; }
        /// <summary>
        /// Bimface 转换成功
        /// </summary>
        public bool BimfaceConverted { get; set; }
        /// <summary>
        /// 是否发布
        /// </summary>
        public bool IsPublished { get; set; }
        #endregion
        #region 第五步项目完成
        #region 第五步项目导入完成
        /// <summary>
        /// 是否完成
        /// </summary>
        public bool IsCompleted { get; set; }
        #endregion