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