修改任务分配--配置移动到标准里面
This commit is contained in:
@@ -337,24 +337,24 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public DateTime? DeletedTime { get; set; }
|
||||
public Guid? DeleteUserId { get; set; }
|
||||
|
||||
//任务分配对象
|
||||
public TaskAllocateObj TaskAllocateObjEnum { get; set; }
|
||||
////任务分配对象
|
||||
//public TaskAllocateObj TaskAllocateObjEnum { get; set; }
|
||||
|
||||
//后续访视任务自动分配
|
||||
public bool IsFollowVisitAutoAssign { get; set; } = true;
|
||||
////后续访视任务自动分配
|
||||
//public bool IsFollowVisitAutoAssign { get; set; } = true;
|
||||
|
||||
//后续全局自动分配
|
||||
public bool IsFollowGlobalVisitAutoAssign { get; set; } = true;
|
||||
////后续全局自动分配
|
||||
//public bool IsFollowGlobalVisitAutoAssign { get; set; } = true;
|
||||
|
||||
public bool IsFollowJudgeTaskAutoAssign { get; set; } = true;
|
||||
//public bool IsFollowJudgeTaskAutoAssign { get; set; } = true;
|
||||
|
||||
public TaskAllocateDefaultState FollowJudgeTaskAutoAssignDefaultState { get; set; } = TaskAllocateDefaultState.Allocated;
|
||||
//public TaskAllocateDefaultState FollowJudgeTaskAutoAssignDefaultState { get; set; } = TaskAllocateDefaultState.Allocated;
|
||||
|
||||
//后续访视自动分配默认状态
|
||||
public TaskAllocateDefaultState FollowVisitAutoAssignDefaultState { get; set; } = TaskAllocateDefaultState.Allocated;
|
||||
////后续访视自动分配默认状态
|
||||
//public TaskAllocateDefaultState FollowVisitAutoAssignDefaultState { get; set; } = TaskAllocateDefaultState.Allocated;
|
||||
|
||||
//后续全局自动分配默认状态
|
||||
public TaskAllocateDefaultState FollowGlobalVisitAutoAssignDefaultState { get; set; } = TaskAllocateDefaultState.Allocated;
|
||||
////后续全局自动分配默认状态
|
||||
//public TaskAllocateDefaultState FollowGlobalVisitAutoAssignDefaultState { get; set; } = TaskAllocateDefaultState.Allocated;
|
||||
|
||||
////读片任务显示规则
|
||||
|
||||
|
||||
Reference in New Issue
Block a user