From 644a8b70b8ca49f6dc08d922ff18bf7509af9b07 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 18 七月 2024 17:04:32 +0800
Subject: [PATCH] BLL更改

---
 Dto/HStation.Dto.Xhs.Core/02-project-site/XhsProjectSiteDto.cs |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/Dto/HStation.Dto.Xhs.Core/01-PumpProject/02-ProjectItem/XhsProjectItemStdDto.cs b/Dto/HStation.Dto.Xhs.Core/02-project-site/XhsProjectSiteDto.cs
similarity index 78%
rename from Dto/HStation.Dto.Xhs.Core/01-PumpProject/02-ProjectItem/XhsProjectItemStdDto.cs
rename to Dto/HStation.Dto.Xhs.Core/02-project-site/XhsProjectSiteDto.cs
index 256db50..433ed84 100644
--- a/Dto/HStation.Dto.Xhs.Core/01-PumpProject/02-ProjectItem/XhsProjectItemStdDto.cs
+++ b/Dto/HStation.Dto.Xhs.Core/02-project-site/XhsProjectSiteDto.cs
@@ -1,26 +1,27 @@
-锘縩amespace HStation.Dto
+锘縰sing Yw.Model;
+
+namespace HStation.Dto
 {
     /// <summary>
     ///
     /// </summary>
-    public class XhsProjectItemStdDto
+    public class XhsProjectSiteDto
     {
         /// <summary>
         ///
         /// </summary>
-        public XhsProjectItemStdDto()
-        { }
+        public XhsProjectSiteDto() { }
 
         /// <summary>
         ///
         /// </summary>
-        public XhsProjectItemStdDto(Model.XhsProject rhs)
+        public XhsProjectSiteDto(Model.XhsProjectSite rhs)
         {
             this.ID = rhs.ID;
+            this.ProjectID = rhs.ProjectID;
             this.Name = rhs.Name;
             this.Paras = rhs.Paras;
             this.Flags = rhs.Flags;
-            this.TagName = rhs.TagName;
             this.UseStatus = rhs.UseStatus;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
@@ -30,6 +31,11 @@
         /// id
         /// </summary>
         public long ID { get; set; }
+
+        /// <summary>
+        /// 椤圭洰id
+        /// </summary>
+        public long ProjectID { get; set; }
 
         /// <summary>
         /// 鍚嶇О
@@ -47,14 +53,9 @@
         public List<string> Flags { get; set; }
 
         /// <summary>
-        /// 鏍囧織
-        /// </summary>
-        public string TagName { get; set; }
-
-        /// <summary>
         /// 浣跨敤鐘舵��
         /// </summary>
-        public Yw.Model.eUseStatus UseStatus { get; set; }
+        public eUseStatus UseStatus { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3