From c2bed218cc875e59fff53ef43a187d5934bdf35c Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期日, 27 四月 2025 14:59:20 +0800 Subject: [PATCH] 修改优化问题 --- Admin.NET/WCS.Application/Entity/WcsTask.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/Entity/WcsTask.cs b/Admin.NET/WCS.Application/Entity/WcsTask.cs index df6477c..7333be5 100644 --- a/Admin.NET/WCS.Application/Entity/WcsTask.cs +++ b/Admin.NET/WCS.Application/Entity/WcsTask.cs @@ -14,7 +14,7 @@ public string? TaskNo { get; set; } /// <summary> - /// 浠诲姟绫诲瀷 + /// 浠诲姟绫诲瀷 /// </summary> [SugarColumn(ColumnName = "TaskType", ColumnDescription = "浠诲姟绫诲瀷")] public TaskTypeEnum? TaskType { get; set; } -- Gitblit v1.8.0