修改分配规则

This commit is contained in:
2022-06-08 14:22:38 +08:00
parent dbdcde2d0b
commit 404dc13001
14 changed files with 261 additions and 99 deletions
@@ -66,10 +66,10 @@ namespace IRaCIS.Core.Application.Contracts
public string Path { get; set; } = String.Empty;
public string FileName { get; set; } = String.Empty;
public string Position { get; set; } = String.Empty;
//public Guid SubjectId { get; set; }
public Guid CreateUserId { get; set; }
public string FullFilePath { get; set; } = String.Empty;
public string FullFilePath => Path;
}
@@ -24,7 +24,7 @@ namespace IRaCIS.Core.Application.Contracts
//public Guid SubjectId { get; set; }
public Guid CreateUserId { get; set; }
public string FullFilePath { get; set; } = String.Empty;
public string FullFilePath => Path;
}
///<summary>PreviousOtherQuery 列表查询参数模型</summary>
@@ -22,7 +22,7 @@ namespace IRaCIS.Core.Application.Contracts
//public Guid SubjectId { get; set; }
public Guid CreateUserId { get; set; }
public string FullFilePath { get; set; } = string.Empty;
public string FullFilePath => Path;
}
///<summary>PreviousSurgeryQuery 列表查询参数模型</summary>
@@ -55,7 +55,7 @@ namespace IRaCIS.Core.Application.Contracts
public string FileName { get; set; } = string.Empty;
public Guid CreateUserId { get; set; }
public string FullFilePath { get; set; } = string.Empty;
public string FullFilePath => Path;
/// <summary>