StableVersion4.3/HL_FristAidPlatform_DTO/EcgInterface/Getserviceorglist.cs

12 lines
287 B
C#

using System.Collections.Generic;
namespace HL_FristAidPlatform_DTO
{
public class Getserviceorglist
{
public Header header { get; set; }
public PageOutputContext pageOutputContext { get; set; }
public List<OrganizeView> orgList { get; set; }
}
}