From 82c1e7ced425f43781b0cd01290fad298f51e623 Mon Sep 17 00:00:00 2001
From: whyclj <1525436766@qq.com>
Date: 星期六, 29 六月 2019 13:27:41 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of http://whyclj@118.89.139.230:10101/r/~whyclxw/sensor.git into dev_lxw

---
 sensor/src/com/fgkj/dto/User_inf.java |  272 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 272 insertions(+), 0 deletions(-)

diff --git a/sensor/src/com/fgkj/dto/User_inf.java b/sensor/src/com/fgkj/dto/User_inf.java
new file mode 100644
index 0000000..5ccb62c
--- /dev/null
+++ b/sensor/src/com/fgkj/dto/User_inf.java
@@ -0,0 +1,272 @@
+package com.fgkj.dto;
+
+import java.util.Date;
+
+public class User_inf {
+	private Integer UId;			//涓婚敭
+	private String USnId;			//鏄庢枃瀵嗙爜
+	private String UName;			//鐢ㄦ埛鍚�
+	private String UShenFenId;		//韬唤璇佸彿
+	private String UEmployeeId;		//鍛樺伐缂栧彿
+	private String UTelephone;		//鐢佃瘽
+	private String UMobilephone;	//鎵嬫満鍙�
+	private String UEmail;			//閭
+	private String UAddr;			//鍦板潃
+	private Date UBirthDay;			//鍑虹敓鏃ユ湡
+	private Date UAccessionDay;		//鍏ヨ亴鏃ユ湡
+	private String USex;			//鎬у埆
+	private String UDepartment;		//缁存姢鍖�
+	private String UProTitle;		//鑱岀О
+	private String UAuthority;		//鏉冮檺鎻忚堪
+	private String UJobGroup;		//宸ヤ綔鐝粍
+	private String UDuties;			//宸ヤ綔鑱岃矗
+	private String UTasks;			//宸ヤ綔鍐呭
+	private Integer UBaojiusr;		//鏄惁鍖呮満浜�
+	private String UNote;			//澶囨敞
+	private String PermitgroupName;	//鏉冮檺缁勫悕绉�
+	private String Upassword;		//鍔犲瘑瀵嗙爜
+	
+
+	public User_inf() {
+		super();
+		// TODO AUto-generated constrUctor stUb
+	}
+
+
+	public Integer getUId() {
+		return UId;
+	}
+
+
+	public void setUId(Integer uId) {
+		UId = uId;
+	}
+
+
+	public String getUSnId() {
+		return USnId;
+	}
+
+
+	public void setUSnId(String uSnId) {
+		USnId = uSnId;
+	}
+
+
+	public String getUName() {
+		return UName;
+	}
+
+
+	public void setUName(String uName) {
+		UName = uName;
+	}
+
+
+	public String getUShenFenId() {
+		return UShenFenId;
+	}
+
+
+	public void setUShenFenId(String uShenFenId) {
+		UShenFenId = uShenFenId;
+	}
+
+
+	public String getUEmployeeId() {
+		return UEmployeeId;
+	}
+
+
+	public void setUEmployeeId(String uEmployeeId) {
+		UEmployeeId = uEmployeeId;
+	}
+
+
+	public String getUTelephone(){
+		return UTelephone;
+	}
+
+
+	public void setUTelephone(String uTelephone) {
+		UTelephone = uTelephone;
+	}
+
+
+	public String getUMobilephone() {
+		return UMobilephone;
+	}
+
+
+	public void setUMobilephone(String uMobilephone) {
+		UMobilephone = uMobilephone;
+	}
+
+
+	public String getUEmail() {
+		return UEmail;
+	}
+
+
+	public void setUEmail(String uEmail) {
+		UEmail = uEmail;
+	}
+
+
+	public String getUAddr() {
+		return UAddr;
+	}
+
+
+	public void setUAddr(String uAddr) {
+		UAddr = uAddr;
+	}
+
+
+	public Date getUBirthDay() {
+		return UBirthDay;
+	}
+
+
+	public void setUBirthDay(Date uBirthDay) {
+		UBirthDay = uBirthDay;
+	}
+
+
+	public Date getUAccessionDay() {
+		return UAccessionDay;
+	}
+
+
+	public void setUAccessionDay(Date uAccessionDay) {
+		UAccessionDay = uAccessionDay;
+	}
+
+
+	public String getUSex() {
+		return USex;
+	}
+
+
+	public void setUSex(String uSex) {
+		USex = uSex;
+	}
+
+
+	public String getUDepartment() {
+		return UDepartment;
+	}
+
+
+	public void setUDepartment(String uDepartment) {
+		UDepartment = uDepartment;
+	}
+
+
+	public String getUProTitle() {
+		return UProTitle;
+	}
+
+
+	public void setUProTitle(String uProTitle) {
+		UProTitle = uProTitle;
+	}
+
+
+	public String getUAuthority() {
+		return UAuthority;
+	}
+
+
+	public void setUAuthority(String uAuthority) {
+		UAuthority = uAuthority;
+	}
+
+
+	public String getUJobGroup() {
+		return UJobGroup;
+	}
+
+
+	public void setUJobGroup(String uJobGroup) {
+		UJobGroup = uJobGroup;
+	}
+
+
+	public String getUDuties() {
+		return UDuties;
+	}
+
+
+	public void setUDuties(String uDuties) {
+		UDuties = uDuties;
+	}
+
+
+	public String getUTasks() {
+		return UTasks;
+	}
+
+
+	public void setUTasks(String uTasks) {
+		UTasks = uTasks;
+	}
+
+
+	public Integer getUBaojiusr() {
+		return UBaojiusr;
+	}
+
+
+	public void setUBaojiusr(Integer uBaojiusr) {
+		UBaojiusr = uBaojiusr;
+	}
+
+
+	public String getUNote() {
+		return UNote;
+	}
+
+
+	public void setUNote(String uNote) {
+		UNote = uNote;
+	}
+
+
+	public String getPermitgroupName() {
+		return PermitgroupName;
+	}
+
+
+	public void setPermitgroupName(String permitgroupName) {
+		PermitgroupName = permitgroupName;
+	}
+
+	
+	
+	public String getUpassword() {
+		return Upassword;
+	}
+
+
+	public void setUpassword(String upassword) {
+		Upassword = upassword;
+	}
+
+
+	@Override
+	public String toString() {
+		return "User_inf [UId=" + UId + ", USnId=" + USnId + ", UName=" + UName
+				+ ", UShenFenId=" + UShenFenId + ", UEmployeeId=" + UEmployeeId
+				+ ", UTelephone=" + UTelephone + ", UMobilephone="
+				+ UMobilephone + ", UEmail=" + UEmail + ", UAddr=" + UAddr
+				+ ", UBirthDay=" + UBirthDay + ", UAccessionDay="
+				+ UAccessionDay + ", USex=" + USex + ", UDepartment="
+				+ UDepartment + ", UProTitle=" + UProTitle + ", UAuthority="
+				+ UAuthority + ", UJobGroup=" + UJobGroup + ", UDuties="
+				+ UDuties + ", UTasks=" + UTasks + ", UBaojiusr=" + UBaojiusr
+				+ ", UNote=" + UNote + ", PermitgroupName=" + PermitgroupName
+				+ ", Upassword=" + Upassword + "]";
+	}
+	
+}

--
Gitblit v1.9.1