增加分配验证
This commit is contained in:
@@ -27,20 +27,20 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
//总任务数
|
||||
public int? TotalTaskCount { get; set; }
|
||||
|
||||
//应用的总数
|
||||
//应用的任务总数
|
||||
public int? ApplyedTotalTaskCount { get; set; }
|
||||
|
||||
//自己的任务数量
|
||||
//自己的任务数
|
||||
public int? SelfTaskCount { get; set; }
|
||||
|
||||
//分配给自己的Subject数量
|
||||
public int? SelfSubjectCount { get; set; }
|
||||
|
||||
|
||||
//已应用的Subject 总数
|
||||
//已应用的Subject 数
|
||||
public int? ApplyedTotalSubjectCount { get; set; }
|
||||
|
||||
//系统Subject 总数
|
||||
//系统Subject 数
|
||||
public int? TotalSubjectCount { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user