张天森
2022-11-10 d99a56e37cf9109b46ee68d34a06594ef5615ed3
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/McsGame.java
@@ -36,7 +36,7 @@
     */
    private Integer type;
    /**
     * 奖励类型(1.免费产品 2.免费服务)
     * 奖励类型(1.免费领 2.产品试用 3.消费赠礼 4.优惠券)
     */
    private Integer awardType;
    /**
@@ -47,6 +47,10 @@
     * 戳戳币总额
     */
    private Integer coins;
    /**
     * 剩余戳戳币
     */
    private Integer surplusCoins;
    /**
     * 地址
     */
@@ -112,4 +116,15 @@
     */
    private Long updatedBy;
    /**
     * 状态(1.未发布 2.进行中 3.已下架 4.已结束)
     */
    public interface Status {
        int wfb = 1;
        int jxz = 2;
        int yxj = 3;
        int yjs = 4;
    }
}