using System.Collections.Generic; namespace DeviceCenter.model { class GetFloorResponse { public List content { get; set; } } }