From b41f303340d8c21dad9e1b2fd798a0957e7fd7d1 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Fri, 01 Dec 2017 09:32:32 +0800 Subject: [PATCH] 大屏 接口 --- src/main/java/com/moral/entity/OperateUser.java | 90 +------------------------------------------- 1 files changed, 3 insertions(+), 87 deletions(-) diff --git a/src/main/java/com/moral/entity/OperateUser.java b/src/main/java/com/moral/entity/OperateUser.java index 54f89b4..10a6ed5 100644 --- a/src/main/java/com/moral/entity/OperateUser.java +++ b/src/main/java/com/moral/entity/OperateUser.java @@ -2,6 +2,9 @@ import java.util.Date; +import lombok.Data; + +@Data public class OperateUser { private Integer id; @@ -25,91 +28,4 @@ private Date expireTime; - public Integer getId() { - return id; - } - - public void setId(Integer id) { - this.id = id; - } - - public String getJobNumber() { - return jobNumber; - } - - public void setJobNumber(String jobNumber) { - this.jobNumber = jobNumber; - } - - public String getName() { - return name; - } - - public void setName(String name) { - this.name = name; - } - - public String getPassword() { - return password; - } - - public void setPassword(String password) { - this.password = password; - } - - public Integer getOrganizationId() { - return organizationId; - } - - public void setOrganizationId(Integer organizationId) { - this.organizationId = organizationId; - } - - public String getMobile() { - return mobile; - } - - public void setMobile(String mobile) { - this.mobile = mobile; - } - - public String getEmail() { - return email; - } - - public void setEmail(String email) { - this.email = email; - } - - public String getWeixin() { - return weixin; - } - - public void setWeixin(String weixin) { - this.weixin = weixin; - } - - public String getIsDelete() { - return isDelete; - } - - public void setIsDelete(String isDelete) { - this.isDelete = isDelete; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public Date getExpireTime() { - return expireTime; - } - - public void setExpireTime(Date expireTime) { - this.expireTime = expireTime; - } } \ No newline at end of file -- Gitblit v1.8.0