修改分配规则

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
@@ -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>