Browse Source

更新命名空间引用和属性注释

在 `Grp_GroupCostParameter.cs` 文件中,添加了多个 `using` 语句,以引入 `System.Collections.Generic`、`System.Linq`、`System.Text` 和 `System.Threading.Tasks` 命名空间,以支持更复杂的数据结构和操作。

在 `Grp_OrderPreItem.cs` 文件中,保留了 `Value` 属性的注释部分,未对其定义进行修改。
LEIYI 2 months ago
parent
commit
62ac9fc276

+ 25 - 1
OASystem/OASystem.Domain/Entities/Groups/Grp_GroupCostParameter.cs

@@ -1,4 +1,28 @@
-using System;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 0 - 1
OASystem/OASystem.Domain/Entities/Groups/Grp_OrderPreItem.cs

@@ -29,6 +29,5 @@ namespace OASystem.Domain.Entities.Groups
         /// </summary>
         [SugarColumn(ColumnName = "Value", ColumnDescription = "存储值", IsNullable = true, DefaultValue = "", ColumnDataType = "varchar(300)")]
         public string Value { get; set; }
-
     }
 }