package com.sxt.test.freemarker; public class Address { private String country; private String city; public String getCountry() { return country; } public void setCountry(String country) { this.country = country; } public String getCity() { return city; } public void setCity(String city) { this.city = city; } public Address(String country, String city) { super(); this.country = country; this.city = city; } public Address() { } }


fei3655 LV6
2024年10月16日
wolf521hf LV6
2023年11月13日
zhumeng168 LV5
2023年7月8日
zhiwei0127 LV1
2022年12月14日
yinyun1985 LV14
2022年4月11日
396599582 LV2
2022年3月11日
limi LV9
2021年7月30日
aixiaoliu LV2
2021年7月15日
ccjy12345
2021年4月22日
暂无贡献等级
黑格尔 LV5
2021年4月13日