lixiaojun
2024-07-18 644a8b70b8ca49f6dc08d922ff18bf7509af9b07
Dto/HStation.Dto.Xhs.Core/02-project-site/XhsProjectSiteDto.cs
ÎļþÃû´Ó Dto/HStation.Dto.Xhs.Core/01-PumpProject/02-ProjectItem/XhsProjectItemStdDto.cs ÐÞ¸Ä
@@ -1,26 +1,27 @@
namespace HStation.Dto
using 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>
        /// æŽ’序码