import java.io.Serializable;
public class Person implements Serializable {//使用Serializable类,可以使对象被序列化,用于持久化(保存)对象。
    private String num;
    private String name;
    private String dor;
    private String address;
    private String sex;
    private String date;
    private String pol;
    private String phone;
    //public Person(){}
    public Person(String num,String name,String dor,String address,String sex,String date,String pol,String phone ){
        this.num=num;
        this.name=name;
        this.dor=dor;
        this.address=address;
        this.sex=sex;
        this.date=date;
        this.pol=pol;
        this.phone=phone;
    }
    public void setNum(String num){
        this.num=num;
    }
    public String getNum(){
        return num;
    }
    public void setName(String name){
        this.name=name;
    }
    public String getName(){
        return name;
    }
    public void setDor(String dor){
        this.dor=dor;
    }
    public String getDor(){
        return dor;
    }
    public void setAddress(String address){
        this.address=address;
    }
    public String getAddress(){
        return address;
    }
    public void setSex(String sex){
        this.sex=sex;
    }
    public String getSex(){
        return sex;
    }
    public void setDate(String date){
        this.date=date;
    }
    public String getDate(){
        return date;
    }
    public void setPol(String pol){
        this.pol=pol;
    }
    public String getPol(){
        return pol;
    }
    public void setPhone(String phone){
        this.phone=phone;
    }
    public String getPhone(){
        return phone;
    }
}


最近下载更多
jiemomo  LV12 2023年11月2日
刘杂杂  LV1 2023年5月30日
lvdong2023  LV10 2023年5月17日
liuchang183  LV5 2023年4月15日
内心向阳  LV4 2023年3月30日
yuxuanniu6  LV1 2023年1月8日
lsglsg9  LV22 2022年11月13日
3069951725  LV2 2022年11月1日
小马亚  LV1 2022年10月28日
wadadd  LV7 2022年9月5日
最近浏览更多
fff2003  LV6 1月3日
一磕小橙子  LV1 1月3日
lshlsh 2023年12月25日
暂无贡献等级
陈小灏  LV14 2023年12月20日
一眼丁真  LV1 2023年12月16日
无名氏111  LV32 2023年12月14日
WBelong  LV7 2023年12月11日
lu2908607060 2023年12月11日
暂无贡献等级
Joe___  LV1 2023年11月7日
jiemomo  LV12 2023年11月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友