| | |
| | | }
|
| | |
|
| | | // 人员主键
|
| | | private Integer personId;
|
| | | private String personId;
|
| | | // 公司主键
|
| | | private Integer companyId;
|
| | | private String companyId;
|
| | |
|
| | | /**
|
| | | * Get 人员主键
|
| | | */
|
| | | public Integer getPersonId() {
|
| | | public String getPersonId() {
|
| | | return personId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 人员主键
|
| | | */
|
| | | public void setPersonId(Integer personId) {
|
| | | public void setPersonId(String personId) {
|
| | | this.personId = personId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Get 公司主键
|
| | | */
|
| | | public Integer getCompanyId() {
|
| | | public String getCompanyId() {
|
| | | return companyId;
|
| | | }
|
| | |
|
| | | /**
|
| | | * Set 公司主键
|
| | | */
|
| | | public void setCompanyId(Integer companyId) {
|
| | | public void setCompanyId(String companyId) {
|
| | | this.companyId = companyId;
|
| | | }
|
| | |
|