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

📄 familyinfovo.java

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

public class FamilyInfoVo {
	private String mName;
	private String mVocation;
	private String fName;
	private String fVocation;
	private String childName;
	private String degree;
	private String position;
	private String phone;
	private String postcode;
	private String id;
	private String otherName;
	private String otherVocation;
	public EmpVoQ myEmpVo;

	public String getChildName() {
		return childName;
	}

	public void setChildName(String childName) {
		this.childName = childName;
	}

	public String getDegree() {
		return degree;
	}

	public void setDegree(String degree) {
		this.degree = degree;
	}

	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 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 getPhone() {
		return phone;
	}

	public void setPhone(String phone) {
		this.phone = phone;
	}

	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;
	}
}

⌨️ 快捷键说明

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