StableVersion4.3/HL_FristAidPlatform_DTO/EcgInterface/Getdynamicwardship.cs

12 lines
293 B
C#

using System.Collections.Generic;
namespace HL_FristAidPlatform_DTO
{
public class Getdynamicwardship
{
public Header header { get; set; }
public PageOutputContext pageOutputContext { get; set; }
public List<WardShipView> wardshipList { get; set; }
}
}