| | |
| | | // 更新时间
|
| | | @Column(name = "b_updatetime")
|
| | | private Date updatetime;
|
| | | |
| | | // 背景图片
|
| | | private String bottomPicture;
|
| | | |
| | | // 是否删除图片
|
| | | private Boolean delIcon;
|
| | | private Boolean delPicture;
|
| | | private Boolean delSubPicture;
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | |
| | | public void setIcon(String icon) {
|
| | | this.icon = icon;
|
| | | }
|
| | |
|
| | | public Boolean getDelIcon() {
|
| | | return delIcon;
|
| | | }
|
| | |
|
| | | public void setDelIcon(Boolean delIcon) {
|
| | | this.delIcon = delIcon;
|
| | | }
|
| | |
|
| | | public Boolean getDelPicture() {
|
| | | return delPicture;
|
| | | }
|
| | |
|
| | | public void setDelPicture(Boolean delPicture) {
|
| | | this.delPicture = delPicture;
|
| | | }
|
| | |
|
| | | public Boolean getDelSubPicture() {
|
| | | return delSubPicture;
|
| | | }
|
| | |
|
| | | public void setDelSubPicture(Boolean delSubPicture) {
|
| | | this.delSubPicture = delSubPicture;
|
| | | }
|
| | | |
| | | }
|