| | |
| | | private String tagBgColor; |
| | | |
| | | @NotEmpty(message = "标签前景色不能为空") |
| | | private String tagFontColr; |
| | | private String tagFontColor; |
| | | |
| | | private Date createTime; |
| | | |
| | | private Date updateTime; |
| | | |
| | | private Integer weight; |
| | | |
| | | public String getTagFontColor() { |
| | | return tagFontColor; |
| | | } |
| | | |
| | | public void setTagFontColor(String tagFontColor) { |
| | | this.tagFontColor = tagFontColor; |
| | | } |
| | | |
| | | public Long getId() { |
| | | return id; |
| | |
| | | |
| | | public void setTagBgColor(String tagBgColor) { |
| | | this.tagBgColor = tagBgColor == null ? null : tagBgColor.trim(); |
| | | } |
| | | |
| | | public String getTagFontColr() { |
| | | return tagFontColr; |
| | | } |
| | | |
| | | public void setTagFontColr(String tagFontColr) { |
| | | this.tagFontColr = tagFontColr == null ? null : tagFontColr.trim(); |
| | | } |
| | | |
| | | public Date getCreateTime() { |