| | |
| | | * @author WWW |
| | | */ |
| | | public class ApplyEntity implements Serializable { |
| | | private static final long serialVersionUID = -681840196569375744L; |
| | | private static final long serialVersionUID = -849213119060365952L; |
| | | |
| | | private int id; |
| | | |
| | |
| | | |
| | | private String depids; |
| | | |
| | | private String tables; |
| | | private String tabs; |
| | | |
| | | private String entities; |
| | | |
| | | private String wkt; |
| | | |
| | | private String pwd; |
| | | |
| | | private int status; |
| | | |
| | |
| | | this.depids = depids; |
| | | } |
| | | |
| | | public String getTables() { |
| | | return tables; |
| | | public String getTabs() { |
| | | return tabs; |
| | | } |
| | | |
| | | public void setTables(String tables) { |
| | | this.tables = tables; |
| | | public void setTabs(String tabs) { |
| | | this.tabs = tabs; |
| | | } |
| | | |
| | | public String getEntities() { |
| | | return entities; |
| | | } |
| | | |
| | | public void setEntities(String entities) { |
| | | this.entities = entities; |
| | | } |
| | | |
| | | public String getWkt() { |
| | |
| | | this.wkt = wkt; |
| | | } |
| | | |
| | | public String getPwd() { |
| | | return pwd; |
| | | } |
| | | |
| | | public void setPwd(String pwd) { |
| | | this.pwd = pwd; |
| | | } |
| | | |
| | | public int getStatus() { |
| | | return status; |
| | | } |