| | |
| | | |
| | | /** |
| | | * 字典管理 |
| | | * @author sws |
| | | * @date 2022-09-26 |
| | | * @author WWW |
| | | */ |
| | | |
| | | public class DictEntity implements Serializable { |
| | | private static final long serialVersionUID = -343890141066128689L; |
| | | |
| | |
| | | |
| | | 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; |
| | |
| | | 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; |
| | | } |