using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace DSWeb.Areas.Mobile.Models.WechatApplet { public class CountryDto { public string CodeAndName { get; set; } public string CountryCode { get; set; } public string CountryName { get; set; } public string CountryNameEn { get; set; } } }