huanghongfa
2021-06-28 febc33b84c7ac40c500c27dccd2a5c871c2c05f0
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActEasyPhotoDO.java
@@ -141,4 +141,13 @@
     * 活动奖励金额
     */
    private BigDecimal activityAmount;
    /**
     * 参加活动标签(1.优质 2.精良 3.普通)
     */
    public interface activityType{
        int yz = 1;
        int jl = 2;
        int pt = 3;
    }
}