📄 familyinfovo.java
字号:
package com.lovo.vo.zhaobing;
public class FamilyInfoVo {
private String mName;//母亲名称
private String mVocation;//母亲职业
private String fName;//父亲名字
private String fVocation;//父亲职业
private String childName;//孩子名字
private String childDegree;//孩子学历
private String position;//家庭地址
private String phone;//家庭电话号码
private String postcode;//邮政编码
private String id;
private String otherName;//配偶名字
private String otherVocation;//配偶职业
public EmpVo 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 EmpVo getMyEmpPo() {
return myEmpPo;
}
public void setMyEmpPo(EmpVo 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 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;
}
public String getChildDegree() {
return childDegree;
}
public void setChildDegree(String childDegree) {
this.childDegree = childDegree;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -