From eabeb23dba205de82d8d64c9fc361d3d7b95588d Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 19 二月 2025 12:50:43 +0800
Subject: [PATCH] 能耗分析整理

---
 Dto/PBS.Dto.Core/03-model-template/UpdateModelTemplateInput.cs |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Dto/PBS.Dto.Core/03-model-template/UpdateModelTemplateInput.cs b/Dto/PBS.Dto.Core/03-model-template/UpdateModelTemplateInput.cs
index f5eda60..0c80036 100644
--- a/Dto/PBS.Dto.Core/03-model-template/UpdateModelTemplateInput.cs
+++ b/Dto/PBS.Dto.Core/03-model-template/UpdateModelTemplateInput.cs
@@ -6,66 +6,66 @@
     /// 妯″瀷妯℃澘
     ///</summary> 
     public class UpdateModelTemplateInput
-    {    
+    {
         /// <summary>
         /// 鏍囪瘑  
         ///</summary>  
-        [Required, Range(1, long.MaxValue, ErrorMessage ="ID 蹇呴』澶т簬0")]
+        [Required, Range(1, long.MaxValue, ErrorMessage = "ID 蹇呴』澶т簬0")]
         public long ID { get; set; }
-         
+
         /// <summary>
         /// 缁勬爣璇�  
         ///</summary>  
-        [Required, Range(1, long.MaxValue, ErrorMessage ="GroupID 蹇呴』澶т簬0")]
+        [Required, Range(1, long.MaxValue, ErrorMessage = "GroupID 蹇呴』澶т簬0")]
         public long GroupID { get; set; }
-         
+
         /// <summary>
         /// 鍚嶇О  
         ///</summary>  
         [Required]
         public string Name { get; set; }
-         
+
         /// <summary>
         /// 鍦烘墍绫诲瀷  
         ///</summary>  
         public int PlaceType { get; set; }
-         
+
         /// <summary>
         /// 妯℃澘绫诲瀷  
         ///</summary>  
         public int? TemplateType { get; set; }
-         
+
         /// <summary>
         /// 妯″瀷淇℃伅  
         ///</summary>  
         public string ModelInfo { get; set; }
-         
+
         /// <summary>
         /// 妯″瀷璺緞  
         ///</summary>  
         public string ModelPath { get; set; }
-         
+
         /// <summary>
         /// 鍙傛暟  
         ///</summary>  
         public Dictionary<string, string> Paras { get; set; }
-         
+
         /// <summary>
         /// 鏍囩  
         ///</summary>  
         public List<string> Flags { get; set; }
-         
+
         /// <summary>
         /// 鏍囧織  
         ///</summary>  
         public string TagName { get; set; }
-         
+
         /// <summary>
         /// 璇存槑  
         ///</summary>  
         public string Description { get; set; }
-         
- 
-	}
+
+
+    }
 }
 

--
Gitblit v1.9.3