boom-支持金豆奖励类型-账单

This commit is contained in:
2025-08-13 14:29:34 +08:00
parent 3e1dd0f44e
commit c9e2bf5edd

View File

@@ -3,7 +3,7 @@ package com.accompany.business.constant.dailytask;
public enum GoldBeanBillType {
TASK_GAIN(1, "任务获取", (byte)2),
MALL_PAY(2, "商城购买", (byte)1),
ROOM_BOOM_RANDOM(3, "Boom奖励", (byte)1),
ROOM_BOOM_RANDOM(3, "Boom奖励", (byte)2),
;
private final int type;