This commit is contained in:
2022-07-19 13:48:18 +08:00
parent 273bfcc2e8
commit b844290a8e
3 changed files with 98 additions and 1 deletions
@@ -201,8 +201,23 @@ namespace IRaCIS.Core.Application.ViewModel
public UserSimpleInfo DoctorUser { get; set; }
public ReReadingOrBackOptType OPtType { get; set; }
}
public enum ReReadingOrBackOptType
{
//取消分配
CancelAssign=0,
//失效
Abandon=1,
//重阅重置
Return=2,
}
public class VisitTaskSimpleView
{
public Guid Id { get; set; }