修改
This commit is contained in:
@@ -251,6 +251,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public string CreateUserName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 图片路径
|
||||
/// </summary>
|
||||
public string ImagePath { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public List<ImageInfo> FileList { get; set; } = new List<ImageInfo>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user