修改分配规则
This commit is contained in:
@@ -29,8 +29,31 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public int? SelfTaskCount { get; set; }
|
||||
|
||||
|
||||
public List<int> ArmList { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class AllocateInfo
|
||||
{
|
||||
public int? TotalTaskCount { get; set; }
|
||||
|
||||
public int? SelfTaskCount { get; set; }
|
||||
|
||||
public int PlanReadingRatio { get; set; }
|
||||
|
||||
public Guid DoctorUserId { get; set; }
|
||||
|
||||
public List<int> ArmList { get; set; }
|
||||
|
||||
//public double? TargetCount => TotalTaskCount * PlanReadingRatio * 0.01;
|
||||
|
||||
//public double? Diff => TargetCount - SelfTaskCount;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
///<summary>TaskAllocationRuleQuery 列表查询参数模型</summary>
|
||||
public class TaskAllocationRuleQuery
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user