Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@722 931142cf-59ea-a443-aa0e-51397b428577

ld_zhoutl 8 years ago
parent
commit
c7cf691b6d

+ 1 - 49
gkaqv2/trunk/modules/web/src/main/java/com/xt/js/gkaq/web/vo/UserVo.java

@@ -3,53 +3,5 @@ package com.xt.js.gkaq.web.vo;
 import com.xt.js.gkaq.common.BaseVo;
 
 public class UserVo extends BaseVo{
-	private String id;
-	private String name;
-	private String code;
-	private String jobCode;
-	private String type;
-	private String cacheFolder;
-	private String cacheUse;
-	public String getId() {
-		return id;
-	}
-	public void setId(String id) {
-		this.id = id;
-	}
-	public String getName() {
-		return name;
-	}
-	public void setName(String name) {
-		this.name = name;
-	}
-	public String getCode() {
-		return code;
-	}
-	public void setCode(String code) {
-		this.code = code;
-	}
-	public String getJobCode() {
-		return jobCode;
-	}
-	public void setJobCode(String jobCode) {
-		this.jobCode = jobCode;
-	}
-	public String getType() {
-		return type;
-	}
-	public void setType(String type) {
-		this.type = type;
-	}
-	public String getCacheFolder() {
-		return cacheFolder;
-	}
-	public void setCacheFolder(String cacheFolder) {
-		this.cacheFolder = cacheFolder;
-	}
-	public String getCacheUse() {
-		return cacheUse;
-	}
-	public void setCacheUse(String cacheUse) {
-		this.cacheUse = cacheUse;
-	}
+	
 }