对比新文件 |
| | |
| | | package com.lf.server.entity.data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 瀛楀吀绠$悊 |
| | | * @author WWW |
| | | */ |
| | | public class DictEntity implements Serializable { |
| | | private static final long serialVersionUID = -343890141066128689L; |
| | | |
| | | private int id; |
| | | |
| | | private String ns; |
| | | |
| | | private String tab; |
| | | |
| | | private String tabDesc; |
| | | |
| | | private String field; |
| | | |
| | | private String alias; |
| | | |
| | | private String type; |
| | | |
| | | private int len; |
| | | |
| | | private int precision; |
| | | |
| | | private int orderNum; |
| | | |
| | | private int createUser; |
| | | |
| | | private Timestamp createTime; |
| | | |
| | | private int updateUser; |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | | private String tabletype; |
| | | |
| | | private String unit; |
| | | |
| | | private String domainNa; |
| | | |
| | | private int showtype; |
| | | |
| | | private int editable; |
| | | |
| | | private String bak; |
| | | |
| | | public DictEntity() { |
| | | } |
| | | |
| | | public int getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(int id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getNs() { |
| | | return ns; |
| | | } |
| | | |
| | | public void setNs(String ns) { |
| | | this.ns = ns; |
| | | } |
| | | |
| | | public String getTab() { |
| | | return tab; |
| | | } |
| | | |
| | | public void setTab(String tab) { |
| | | this.tab = tab; |
| | | } |
| | | |
| | | public String getTabDesc() { |
| | | return tabDesc; |
| | | } |
| | | |
| | | public void setTabDesc(String tabDesc) { |
| | | this.tabDesc = tabDesc; |
| | | } |
| | | |
| | | public String getField() { |
| | | return field; |
| | | } |
| | | |
| | | public void setField(String field) { |
| | | this.field = field; |
| | | } |
| | | |
| | | public String getAlias() { |
| | | return alias; |
| | | } |
| | | |
| | | public void setAlias(String alias) { |
| | | this.alias = alias; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public int getLen() { |
| | | return len; |
| | | } |
| | | |
| | | public void setLen(int len) { |
| | | this.len = len; |
| | | } |
| | | |
| | | public int getPrecision() { |
| | | return precision; |
| | | } |
| | | |
| | | public void setPrecision(int precision) { |
| | | this.precision = precision; |
| | | } |
| | | |
| | | public int getOrderNum() { |
| | | return orderNum; |
| | | } |
| | | |
| | | public void setOrderNum(int orderNum) { |
| | | this.orderNum = orderNum; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | | return createUser; |
| | | } |
| | | |
| | | public void setCreateUser(int createUser) { |
| | | this.createUser = createUser; |
| | | } |
| | | |
| | | public Timestamp getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Timestamp createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public int getUpdateUser() { |
| | | return updateUser; |
| | | } |
| | | |
| | | public void setUpdateUser(int updateUser) { |
| | | this.updateUser = updateUser; |
| | | } |
| | | |
| | | public Timestamp getUpdateTime() { |
| | | return updateTime; |
| | | } |
| | | |
| | | public void setUpdateTime(Timestamp updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | public String getTabletype() { |
| | | return tabletype; |
| | | } |
| | | |
| | | public void setTabletype(String tabletype) { |
| | | this.tabletype = tabletype; |
| | | } |
| | | |
| | | public String getUnit() { |
| | | return unit; |
| | | } |
| | | |
| | | public void setUnit(String unit) { |
| | | this.unit = unit; |
| | | } |
| | | |
| | | public String getDomainNa() { |
| | | return domainNa; |
| | | } |
| | | |
| | | public void setDomainNa(String domainNa) { |
| | | this.domainNa = domainNa; |
| | | } |
| | | |
| | | public int getShowtype() { |
| | | return showtype; |
| | | } |
| | | |
| | | public void setShowtype(int showtype) { |
| | | this.showtype = showtype; |
| | | } |
| | | |
| | | public int getEditable() { |
| | | return editable; |
| | | } |
| | | |
| | | public void setEditable(int editable) { |
| | | this.editable = editable; |
| | | } |
| | | |
| | | public String getBak() { |
| | | return bak; |
| | | } |
| | | |
| | | public void setBak(String bak) { |
| | | this.bak = bak; |
| | | } |
| | | } |