修改字段

This commit is contained in:
2022-06-17 17:48:08 +08:00
parent 286867172b
commit b79e5c1e09
3 changed files with 6 additions and 3 deletions
@@ -49,7 +49,7 @@ namespace IRaCIS.Core.Application.ViewModel
//该医生已应用的任务数
public int? SelfTaskCount { get; set; }
public int? SelfApplyedTaskCount { get; set; }
//已分配但是未读片签名的数量
public int? SelfUndoTaskCount { get; set; }