From 772e6760f2d25a771fe314135d53d1e72373aab7 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 17 二月 2025 18:09:02 +0800
Subject: [PATCH] 增加报告Chart

---
 Dto/HStation.Dto.Assets.Core/13-Package/07-AssetsPackagePropContent/AddAssetsPackagePropContentInput.cs |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/13-Package/07-AssetsPackagePropContent/AddAssetsPackagePropContentInput.cs b/Dto/HStation.Dto.Assets.Core/13-Package/07-AssetsPackagePropContent/AddAssetsPackagePropContentInput.cs
index a1cd831..8a8ba6e 100644
--- a/Dto/HStation.Dto.Assets.Core/13-Package/07-AssetsPackagePropContent/AddAssetsPackagePropContentInput.cs
+++ b/Dto/HStation.Dto.Assets.Core/13-Package/07-AssetsPackagePropContent/AddAssetsPackagePropContentInput.cs
@@ -1,36 +1,34 @@
-锘縰sing System.ComponentModel.DataAnnotations;
-
-namespace HStation.Dto
+锘縩amespace HStation.Dto
 {
     /// <summary>
     /// 
     ///</summary> 
     public class AddAssetsPackagePropContentInput
-    {    
+    {
         /// <summary>
         /// 绯诲垪ID
         ///</summary> 
-        [Required, Range(1, long.MaxValue, ErrorMessage ="SeriesID 蹇呴』澶т簬0")]
+        [Required, Range(1, long.MaxValue, ErrorMessage = "SeriesID 蹇呴』澶т簬0")]
         public long SeriesID { get; set; }
-         
+
         /// <summary>
         /// 浜у搧ID
         ///</summary> 
-        [Required, Range(1, long.MaxValue, ErrorMessage ="PartID 蹇呴』澶т簬0")]
+        [Required, Range(1, long.MaxValue, ErrorMessage = "PartID 蹇呴』澶т簬0")]
         public long PartID { get; set; }
-         
+
         /// <summary>
         /// 灞炴�D
         ///</summary> 
-        [Required, Range(1, long.MaxValue, ErrorMessage ="PropID 蹇呴』澶т簬0")]
+        [Required, Range(1, long.MaxValue, ErrorMessage = "PropID 蹇呴』澶т簬0")]
         public long PropID { get; set; }
-         
+
         /// <summary>
         /// 灞炴�у��
         ///</summary> 
         public string PropValue { get; set; }
-         
- 
+
+
     }
 }
 

--
Gitblit v1.9.3