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;
    }
}


最近下载更多
wanglinddad  LV55 2024年5月11日
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  LV23 2022年11月13日
3069951725  LV2 2022年11月1日
小马亚  LV1 2022年10月28日
最近浏览更多
暂无贡献等级
WenMeng  LV9 2024年12月30日
曾多次  LV1 2024年12月8日
Tempted777 2024年12月5日
暂无贡献等级
BruceQ  LV14 2024年6月23日
hkhxhlhfhmt 2024年6月17日
暂无贡献等级
wanglinddad  LV55 2024年5月11日
fff2003  LV9 2024年1月3日
一磕小橙子  LV3 2024年1月3日
lshlsh 2023年12月25日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友