修改分配算法

This commit is contained in:
2022-06-16 17:25:43 +08:00
parent 2d3c73ccae
commit 63a9561e49
5 changed files with 316 additions and 213 deletions
@@ -51,6 +51,11 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class AllocateInfo
{
public int? TotalTaskCount { get; set; }