12 lines
224 B
C#
12 lines
224 B
C#
|
namespace HL_FristAidPlatform_DTO
|
|||
|
{
|
|||
|
public class MultiFileUploadDTO
|
|||
|
{
|
|||
|
public string isSuccess { get; set; }
|
|||
|
|
|||
|
public string returnMsg { get; set; }
|
|||
|
|
|||
|
public string res { get; set; }
|
|||
|
}
|
|||
|
}
|