|
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; }
|
|
}
|
|
}
|