Uat_Study
parent
d3af4696c2
commit
2f2a81e4cc
|
@ -489,7 +489,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||||
CreateTime = DateTime.Now,
|
CreateTime = DateTime.Now,
|
||||||
FileName = fileName,
|
FileName = fileName,
|
||||||
FilePath = relativePath,
|
FilePath = relativePath,
|
||||||
RelativePaths = relativePath,
|
RelativePath = relativePath,
|
||||||
CreateUserId = _userInfo.Id
|
CreateUserId = _userInfo.Id
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -168,7 +168,7 @@ namespace IRaCIS.Core.Application.Contracts.DTO
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 相对路径
|
/// 相对路径
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string RelativePaths { get; set; }
|
public string RelativePath { get; set; }
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -23,7 +23,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 相对路径
|
/// 相对路径
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string RelativePaths { get; set; }
|
public string RelativePath { get; set; }
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue