Uat_Study
parent
3817792628
commit
36ba9f4c55
|
@ -251,6 +251,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public string CreateUserName { get; set; }
|
public string CreateUserName { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 图片路径
|
||||||
|
/// </summary>
|
||||||
|
public string ImagePath { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
public List<ImageInfo> FileList { get; set; } = new List<ImageInfo>();
|
public List<ImageInfo> FileList { get; set; } = new List<ImageInfo>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue