package com.baidu.entity;
import java.util.Date;
public class User {
	private int id;
	
	private String name;
	
	private String birthday;
	public int getId() {
		return id;
	}
	public void setId(int id) {
		this.id = id;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public String getBirthday() {
		return birthday;
	}
	public void setBirthday(String birthday) {
		this.birthday = birthday;
	}
	public User(int id, String name, String birthday) {
		super();
		this.id = id;
		this.name = name;
		this.birthday = birthday;
	}
}
 最近下载更多
最近下载更多
                
                taoshen95     LV16
                2024年12月16日
            
            
        
                chengqiang     LV13
                2022年6月2日
            
            
        
                chenzhen23     LV7
                2022年4月20日
            
            
        
                Reddington     LV2
                2020年11月4日
            
            
        
                hmj792001010     LV12
                2020年9月9日
            
            
        
                mas_123     LV2
                2020年9月7日
            
            
        
                ybywx1030     LV7
                2020年8月27日
            
            
        
                as756390941     LV1
                2020年7月14日
            
            
        
                hanxinjie     LV25
                2020年7月13日
            
            
        
                调理农务系     LV4
                2020年7月2日
            
            
        
 
     
                 
     最近浏览
最近浏览