java实现人脸识别源码【含测试效果图】——实体类(Users)

 /**  
* @Title: Users.java
* @Package org.entity
* @Description: TODO该方法的主要作用:
* @author A18ccms A18ccms_gmail_com  
* @date 2017-9-22 下午7:01:09
* @version V1.0  
*/
package org.entity;

 /**   
 *    
 * 项目名称:test_face_photo   
 * 类名称:Users   
 * 类描述:   实体类
 * 创建人:Mu Xiongxiong  
 * 创建时间:2017-9-22 下午7:01:09   
 * 修改人:Mu Xiongxiong   
 * 修改时间:2017-9-22 下午7:01:09   
 * 修改备注:   
 * @version    
 *    
 */
public class Users {
	
	private Integer id ;			//编号
	private String username;		//用户名
	private String password;		//密码
	private String headphoto;		//头像
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public String getUsername() {
		return username;
	}
	public void setUsername(String username) {
		this.username = username;
	}
	public String getPassword() {
		return password;
	}
	public void setPassword(String password) {
		this.password = password;
	}
	public String getHeadphoto() {
		return headphoto;
	}
	public void setHeadphoto(String headphoto) {
		this.headphoto = headphoto;
	}
	public Users(Integer id, String username, String password, String headphoto) {
		super();
		this.id = id;
		this.username = username;
		this.password = password;
		this.headphoto = headphoto;
	}
	public Users() {
		super();
	}
	
	

}

  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

穆雄雄

哎,貌似还没开张来着呢~

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值