⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 familyinfopo.java

📁 办公自动化系统,有人事资源管理模块,考勤管理,审批管理,权限设定等.
💻 JAVA
字号:
package com.lovo.po.xy;

public class FamilyInfoPo {

	private String id;//家庭信息ID
	private String empId;//员工ID号
	private String mName;//母亲名字
	private String mVocation;//母亲职业
	private String fName;//父亲名字
	private String fVocation;//父亲职业
	private String childName;//孩子名称
	private String childDegree;//孩子学历
	private String position;//详细家庭住址
	private String familyPhone;//家庭电话号码
	private String postcode;//邮政编码
  	private String otherName;//配偶名字
  	private String otherVocation;//配偶职业
    public EmpPo myEmpPo;
	public String getChildName() {
		return childName;
	}
	public void setChildName(String childName) {
		this.childName = childName;
	}
	public String getFName() {
		return fName;
	}
	public void setFName(String name) {
		fName = name;
	}
	public String getFVocation() {
		return fVocation;
	}
	public void setFVocation(String vocation) {
		fVocation = vocation;
	}
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	public String getMName() {
		return mName;
	}
	public void setMName(String name) {
		mName = name;
	}
	public String getMVocation() {
		return mVocation;
	}
	public void setMVocation(String vocation) {
		mVocation = vocation;
	}
	public EmpPo getMyEmpPo() {
		return myEmpPo;
	}
	public void setMyEmpPo(EmpPo myEmpPo) {
		this.myEmpPo = myEmpPo;
	}
	public String getOtherName() {
		return otherName;
	}
	public void setOtherName(String otherName) {
		this.otherName = otherName;
	}
	public String getOtherVocation() {
		return otherVocation;
	}
	public void setOtherVocation(String otherVocation) {
		this.otherVocation = otherVocation;
	}
	public String getPosition() {
		return position;
	}
	public void setPosition(String position) {
		this.position = position;
	}
	public String getPostcode() {
		return postcode;
	}
	public void setPostcode(String postcode) {
		this.postcode = postcode;
	}
	public String getEmpId() {
		return empId;
	}
	public void setEmpId(String empId) {
		this.empId = empId;
	}
	public String getFamilyPhone() {
		return familyPhone;
	}
	public void setFamilyPhone(String familyPhone) {
		this.familyPhone = familyPhone;
	}
	public String getChildDegree() {
		return childDegree;
	}
	public void setChildDegree(String childDegree) {
		this.childDegree = childDegree;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -