StableVersion4.3/HL_FristAidPlatform_DTO/Service/MultiFileUploadDTO.cs

12 lines
224 B
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_DTO
{
public class MultiFileUploadDTO
{
public string isSuccess { get; set; }
public string returnMsg { get; set; }
public string res { get; set; }
}
}