using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BBWYB.Client.Models { public class AddressModel { public string AddressDetail { get; internal set; } public string DivisionZip { get; internal set; } public string MobileNO { get; internal set; } public string PersonalName { get; internal set; } public string AddressCode { get; internal set; } } }