using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace CP.Kjh.Models { public class AddRouterModel { public string NewRoute { get; set; } public string OldRoute { get; set; } } }