在 `Grp_GroupCostParameter.cs` 文件中,添加了多个 `using` 语句,以引入 `System.Collections.Generic`、`System.Linq`、`System.Text` 和 `System.Threading.Tasks` 命名空间,以支持更复杂的数据结构和操作。 在 `Grp_OrderPreItem.cs` 文件中,保留了 `Value` 属性的注释部分,未对其定义进行修改。
@@ -1,4 +1,28 @@
-using System;
+
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -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; }
-
}