package me.ilt.Bean; public class addressBean { int id; String province; //省 String city; //市 String area; //县 String address; //详细地址 String phone; //手机号 String username; //收货人姓名 int msg;//是否是默认 int userId; //用户ID public addressBean() { } public addressBean(String province, String city, String area, String address, String phone, String username, int msg, int userId) { super(); this.province = province; this.city = city; this.area = area; this.address = address; this.phone = phone; this.username = username; this.msg = msg; this.userId = userId; } public int getMsg() { return msg; } public void setMsg(int msg) { this.msg = msg; } public int getUserId() { return userId; } public void setUserId(int userId) { this.userId = userId; } public int getId() { return id; } public void setId(int id) { this.id = id; } public String getProvince() { return province; } public void setProvince(String province) { this.province = province; } public String getCity() { return city; } public void setCity(String city) { this.city = city; } public String getArea() { return area; } public void setArea(String area) { this.area = area; } public String getAddress() { return address; } public void setAddress(String address) { this.address = address; } public String getPhone() { return phone; } public void setPhone(String phone) { this.phone = phone; } public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } @Override public String toString() { return "addressBean [id=" + id + ", province=" + province + ", city=" + city + ", area=" + area + ", address=" + address + ", phone=" + phone + ", username=" + username + ", msg=" + msg + ", userId=" + userId + "]"; } }

新哥新奇士橙 LV4
1月26日
我做梦 LV2
2024年12月14日
aholian LV2
2024年7月1日
lsglsg9 LV23
2024年5月28日
lo8lukoukoum LV4
2024年1月7日
huangzy LV12
2023年12月13日
komorebi123987 LV5
2023年12月9日
18176866431 LV4
2023年8月28日
想飞的大肥猪 LV9
2023年8月10日
湘牛牛刘 LV2
2023年2月8日