using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sln.Wcs.Model.Domain { public class PointInfo { public int BuildingId { get; set; } public int Level { get; set; } public string locationcode { get; set; } } }