From 71c12ff40d58c3dbdde6867396dd99224e57fc32 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期三, 30 四月 2025 16:00:01 +0800 Subject: [PATCH] 首页修改 --- Service/HStation.Service.PhartRelation.Core/01-entity/01-relation/PhartDiagramRelation.cs | 50 +++++++++++++++++++++++++------------------------- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Service/HStation.Service.PhartRelation.Core/01-entity/01-relation/PhartDiagramRelation.cs b/Service/HStation.Service.PhartRelation.Core/01-entity/01-relation/PhartDiagramRelation.cs index 7ca23c2..1db32b4 100644 --- a/Service/HStation.Service.PhartRelation.Core/01-entity/01-relation/PhartDiagramRelation.cs +++ b/Service/HStation.Service.PhartRelation.Core/01-entity/01-relation/PhartDiagramRelation.cs @@ -6,19 +6,19 @@ /// 鍥捐〃鍏宠仈 ///</summary> [SysType("phart-diagram-relation")] - [SugarTable("phart_diagram_relation")] - public class PhartDiagramRelation : BaseEntity , ISorter, System.ICloneable + [SugarTable("phart_diagram_relation")] + public class PhartDiagramRelation : BaseEntity, ISorter, System.ICloneable { - /// <summary> - /// - /// </summary> - public PhartDiagramRelation() { } + /// <summary> + /// + /// </summary> + public PhartDiagramRelation() { } - /// <summary> - /// - /// </summary> - public PhartDiagramRelation(PhartDiagramRelation rhs) : base(rhs) - { + /// <summary> + /// + /// </summary> + public PhartDiagramRelation(PhartDiagramRelation rhs) : base(rhs) + { this.ObjectType = rhs.ObjectType; this.ObjectID = rhs.ObjectID; this.DiagramID = rhs.DiagramID; @@ -26,14 +26,14 @@ this.Importance = rhs.Importance; this.SortCode = rhs.SortCode; this.Description = rhs.Description; - } - + } + /// <summary> /// 瀵硅薄绫诲瀷 ///</summary> - [SugarColumn(Length = 500, IsNullable = true)] + [SugarColumn(Length = 500, IsNullable = true)] public string ObjectType { get; set; } - + /// <summary> /// 瀵硅薄鏍囪瘑 ///</summary> @@ -47,42 +47,42 @@ /// <summary> /// 鍒悕 ///</summary> - [SugarColumn(Length = 500, IsNullable = true)] + [SugarColumn(Length = 500, IsNullable = true)] public string OtherName { get; set; } - + /// <summary> /// 閲嶈搴� ///</summary> public int Importance { get; set; } - + /// <summary> /// 鎺掑簭鐮� ///</summary> public int SortCode { get; set; } - + /// <summary> /// 璇存槑 ///</summary> - [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] public string Description { get; set; } - + /// <summary> /// /// </summary> public PhartDiagramRelation Clone() { - return (PhartDiagramRelation)this.MemberwiseClone(); + return (PhartDiagramRelation)this.MemberwiseClone(); } object ICloneable.Clone() { - return this.MemberwiseClone(); + return this.MemberwiseClone(); } } } - - + + -- Gitblit v1.9.3