修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user