StableVersion4.3/HL_FristAidPlatform_DTO/EcgInterface/DW_CreateUser.cs

13 lines
245 B
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_DTO.EcgInterface
{
class DW_CreateUser
{
/// <summary>
/// 病人姓名
/// </summary>
public string name { get; set; }
public string gender { get; set; }
}
}