Ver Fonte

删除 'src/Person.java'

1801010606 há 6 anos atrás
pai
commit
78f67827b8
1 ficheiros alterados com 0 adições e 91 exclusões
  1. 0 91
      src/Person.java

+ 0 - 91
src/Person.java

@@ -1,91 +0,0 @@
-package com.person.domain;
-
-public class Person {
-	private String pid;
-	private String username;
-	private String password;
-	private String realname;
-	private String gender;
-	private String education;
-	private String love;
-	private String birthday;
-	private String phone;
-	private String resume;
-	private String rmark;
-	private int id;
-	
-	public int getId() {
-		return id;
-	}
-	public void setId(int id) {
-		this.id = id;
-	}
-	public String getPid() {
-		return pid;
-	}
-	public void setPid(String pid) {
-		this.pid = pid;
-	}
-	public String getUsername() {
-		return username;
-	}
-	public void setUsername(String username) {
-		this.username = username;
-	}
-	public String getPassword() {
-		return password;
-	}
-	public void setPassword(String password) {
-		this.password = password;
-	}
-	public String getRealname() {
-		return realname;
-	}
-	public void setRealname(String realname) {
-		this.realname = realname;
-	}
-	public String getGender() {
-		return gender;
-	}
-	public void setGender(String gender) {
-		this.gender = gender;
-	}
-	public String getEducation() {
-		return education;
-	}
-	public void setEducation(String education) {
-		this.education = education;
-	}
-	public String getLove() {
-		return love;
-	}
-	public void setLove(String love) {
-		this.love = love;
-	}
-	public String getBirthday() {
-		return birthday;
-	}
-	public void setBirthday(String birthday) {
-		this.birthday = birthday;
-	}
-	public String getPhone() {
-		return phone;
-	}
-	public void setPhone(String phone) {
-		this.phone = phone;
-	}
-	public String getResume() {
-		return resume;
-	}
-	public void setResume(String resume) {
-		this.resume = resume;
-	}
-	public String getRmark() {
-		return rmark;
-	}
-	public void setRmark(String rmark) {
-		this.rmark = rmark;
-	}
-	  
-	
-}