18 lines
351 B
C#
18 lines
351 B
C#
|
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; }
|
|||
|
}
|
|||
|
}
|