From a0bce3b366451b3ca94e676eb98dd7b415375c14 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期五, 17 一月 2025 14:00:00 +0800
Subject: [PATCH] 代码修改

---
 Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs b/Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs
index e5998a7..3821fa5 100644
--- a/Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs
+++ b/Dto/HStation.Dto.PhartRelation.Core/01-relation/AddPhartDiagramRelationInput.cs
@@ -4,40 +4,40 @@
     /// 鍥捐〃鍏宠仈
     ///</summary> 
     public class AddPhartDiagramRelationInput
-    {    
+    {
         /// <summary>
         /// 鍥捐〃鏍囪瘑
         ///</summary> 
-        [Required, Range(1, long.MaxValue, ErrorMessage ="DiagramID 蹇呴』澶т簬0")]
+        [Required, Range(1, long.MaxValue, ErrorMessage = "DiagramID 蹇呴』澶т簬0")]
         public long DiagramID { get; set; }
-         
+
         /// <summary>
         /// 瀵硅薄绫诲瀷
         ///</summary> 
         public string ObjectType { get; set; }
-         
+
         /// <summary>
         /// 瀵硅薄鏍囪瘑
         ///</summary> 
-        [Required, Range(1, long.MaxValue, ErrorMessage ="ObjectID 蹇呴』澶т簬0")]
+        [Required, Range(1, long.MaxValue, ErrorMessage = "ObjectID 蹇呴』澶т簬0")]
         public long ObjectID { get; set; }
-         
+
         /// <summary>
         /// 鍒悕
         ///</summary> 
         public string OtherName { get; set; }
-         
+
         /// <summary>
         /// 閲嶈搴�
         ///</summary> 
         public int Importance { get; set; }
-         
+
         /// <summary>
         /// 璇存槑
         ///</summary> 
         public string Description { get; set; }
-         
- 
+
+
     }
 }
 

--
Gitblit v1.9.3