修改分配规则
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user