admin
2021-01-28 8c1c003c60d2f27b3c55e248451caeec7f2b5631
service-daylucky/src/main/java/com/ks/daylucky/pojo/DO/ActivityTag.java
@@ -17,13 +17,21 @@
    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;
@@ -55,14 +63,6 @@
    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() {