using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_DTO.BasicInfo { public class RoutersAddDTO { public string PositionCode { get; set; } public string ChildPositionCode { get; set; } public string SCRow { get; set; } public string SCColumn { get; set; } public string SCLayer { get; set; } } }