using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HL_FristAidPlatform_DTO.Service { public class ApoplexyUploadMsgInfoDTO { public string TabelName { get; set; } public string Name { get; set; } public string Code { get; set; } } }