HStation.Service.Xhs.Core/01-entity/XhsProject.cs
@@ -22,6 +22,7 @@ { this.GID = rhs.GID; this.ID = rhs.ID; this.PrjNumber = rhs.PrjNumber; this.Name = rhs.Name; this.Paras = rhs.Paras; this.Flags = rhs.Flags; @@ -41,6 +42,11 @@ public string GID { get; set; } /// <summary> /// 项目编号 /// </summary> public string PrjNumber { get; set; } /// <summary> /// 名称 /// </summary> public string Name { get; set; }