System/MainInterfacePanel/TaskAllocation.cs
@@ -8,6 +8,7 @@ using System.Text; using System.Text.RegularExpressions; using System.Collections.Generic; using System; //用于任务分配 namespace Snxxz.UI { @@ -154,6 +155,11 @@ }); } } public DateTime TaskTime { get; set; } } }