| | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 资源 |
| | | * @author WWW |
| | | */ |
| | | @SuppressWarnings("ALL") |
| | | public class ResEntity implements Serializable { |
| | | private static final long serialVersionUID = -286579305905187168L; |
| | | |
| | |
| | | private String createName; |
| | | |
| | | private String updateName; |
| | | |
| | | private Integer pubid; |
| | | |
| | | public ResEntity() { |
| | | } |
| | |
| | | public void setUpdateName(String updateName) { |
| | | this.updateName = updateName; |
| | | } |
| | | |
| | | public Integer getPubid() { |
| | | return pubid; |
| | | } |
| | | |
| | | public void setPubid(Integer pubid) { |
| | | this.pubid = pubid; |
| | | } |
| | | } |