From 208ca42e1c20afafbe48d66259d553ee81eb48ed Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 13 十一月 2024 11:02:43 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Dto/HStation.Dto.Assets.Core/12-Compressor/01-CompressorSeries/AddAssetsCompressorSeriesInput.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/12-Compressor/01-CompressorSeries/AddAssetsCompressorSeriesInput.cs b/Dto/HStation.Dto.Assets.Core/12-Compressor/01-CompressorSeries/AddAssetsCompressorSeriesInput.cs
index ef3c705..f7d4fb1 100644
--- a/Dto/HStation.Dto.Assets.Core/12-Compressor/01-CompressorSeries/AddAssetsCompressorSeriesInput.cs
+++ b/Dto/HStation.Dto.Assets.Core/12-Compressor/01-CompressorSeries/AddAssetsCompressorSeriesInput.cs
@@ -6,6 +6,11 @@
     public class AddAssetsCompressorSeriesInput
     {
         /// <summary>
+        /// 鐖剁骇ID
+        /// </summary>
+        public List<long> ParentIds { get; set; }
+
+        /// <summary>
         /// 鍚嶇О
         /// </summary>
         public string Name { get; set; }
@@ -26,18 +31,13 @@
         public string TagName { get; set; }
 
         /// <summary>
-        /// 浣跨敤鐘舵��
+        /// 鎺掑簭鐮�
         /// </summary>
-        public eUseStatus UseStatus { get; set; }
+        public int SortCode { get; set; }
 
         /// <summary>
         /// 璇存槑
         /// </summary>
         public string Description { get; set; }
-
-        /// <summary>
-        /// 鎺掑簭鐮�
-        /// </summary>
-        public int SortCode { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3