| | |
| | | public class SurveillanceQueryItem {
|
| | |
|
| | | // 人员主键
|
| | | private String id;
|
| | | private String registerId;
|
| | | // 人员名字
|
| | | private String name;
|
| | | // 图片地址
|
| | | private String imagePath;
|
| | | private String username;
|
| | | // 证件编号
|
| | | private String identifyNum;
|
| | | // 公司名称
|
| | | private String companyName;
|
| | | // 座机电话
|
| | | private String phone;
|
| | | // 证件编号
|
| | | private String identify;
|
| | | // 部门名称
|
| | | private String deptName;
|
| | | // 公司主键
|
| | | private String companyId;
|
| | | // 职位名称
|
| | | private String postName;
|
| | | // 图片地址
|
| | | private String imagePath;
|
| | | // 移动电话
|
| | | private String mobilePhone;
|
| | | //
|
| | | private int type;
|
| | |
|
| | | private String status;
|
| | |
|
| | | /**
|
| | | * Get 人员主键
|
| | | */
|
| | | public String getId() {
|
| | | return id;
|
| | | public String getRegisterId() {
|
| | | return registerId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 人员主键
|
| | | */
|
| | | public void setId(String id) {
|
| | | this.id = id;
|
| | | public void setRegisterId(String registerId) {
|
| | | this.registerId = registerId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 人员名字
|
| | | */
|
| | | public String getName() {
|
| | | return name;
|
| | | public String getUsername() {
|
| | | return username;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 人员名字
|
| | | */
|
| | | public void setName(String name) {
|
| | | this.name = name;
|
| | | public void setUsername(String username) {
|
| | | this.username = username;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 图片地址
|
| | | * Get 证件编号
|
| | | */
|
| | | public String getImagePath() {
|
| | | return imagePath;
|
| | | public String getIdentifyNum() {
|
| | | return identifyNum;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 图片地址
|
| | | * Set 证件编号
|
| | | */
|
| | | public void setImagePath(String imagePath) {
|
| | | this.imagePath = imagePath;
|
| | | public void setIdentifyNum(String identifyNum) {
|
| | | this.identifyNum = identifyNum;
|
| | | }
|
| | |
|
| | | /**
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * Get 座机电话
|
| | | * Get 图片地址
|
| | | */
|
| | | public String getPhone() {
|
| | | return phone;
|
| | | public String getImagePath() {
|
| | | return imagePath;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 座机电话
|
| | | * Set 图片地址
|
| | | */
|
| | | public void setPhone(String phone) {
|
| | | this.phone = phone;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 证件编号
|
| | | */
|
| | | public String getIdentify() {
|
| | | return identify;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 证件编号
|
| | | */
|
| | | public void setIdentify(String identify) {
|
| | | this.identify = identify;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 部门名称
|
| | | */
|
| | | public String getDeptName() {
|
| | | return deptName;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 部门名称
|
| | | */
|
| | | public void setDeptName(String deptName) {
|
| | | this.deptName = deptName;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 公司主键
|
| | | */
|
| | | public String getCompanyId() {
|
| | | return companyId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 公司主键
|
| | | */
|
| | | public void setCompanyId(String companyId) {
|
| | | this.companyId = companyId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 职位名称
|
| | | */
|
| | | public String getPostName() {
|
| | | return postName;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 职位名称
|
| | | */
|
| | | public void setPostName(String postName) {
|
| | | this.postName = postName;
|
| | | public void setImagePath(String imagePath) {
|
| | | this.imagePath = imagePath;
|
| | | }
|
| | |
|
| | | /**
|
| | |
| | | this.mobilePhone = mobilePhone;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get
|
| | | */
|
| | | public int getType() {
|
| | | return type;
|
| | | public String toString() {
|
| | | return
|
| | | ",人员主键 =" + registerId + ",人员名字 =" + username + ",证件编号 =" + identifyNum +
|
| | | ",公司名称 =" + companyName + ",图片地址 =" + imagePath + ",移动电话 =" + mobilePhone
|
| | | ;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set
|
| | | */
|
| | | public void setType(int type) {
|
| | | this.type = type;
|
| | | }
|
| | |
|
| | | public void setStatus(String status) {
|
| | | this.status = status;
|
| | | }
|
| | |
|
| | | public String getStatus() {
|
| | | return status;
|
| | | }
|
| | |
|
| | | public String toString() {
|
| | | return
|
| | | ",人员主键 =" + id + ",人员名字 =" + name + ",图片地址 =" + imagePath +
|
| | | ",公司名称 =" + companyName + ",座机电话 =" + phone + ",证件编号 =" + identify +
|
| | | ",部门名称 =" + deptName + ",公司主键 =" + companyId + ",职位名称 =" + postName +
|
| | | ",移动电话 =" + mobilePhone + ", =" + type ;
|
| | | public int getType() {
|
| | | return type;
|
| | | }
|
| | | }
|