public class Country extends Object implements Serializable
| 构造器和说明 |
|---|
Country() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCountrycode() |
String |
getCountryname() |
Long |
getId() |
void |
setCountrycode(String countrycode) |
void |
setCountryname(String countryname) |
void |
setId(Long id) |
Copyright © 2018. All Rights Reserved.