This commit is contained in:
dute7liang
2024-01-21 21:14:00 +08:00
parent 5c9218ea83
commit 9a904f0c0c
10 changed files with 66 additions and 8 deletions

View File

@@ -4,10 +4,12 @@ import com.alibaba.fastjson2.JSON;
import com.ruoyi.cai.mq.dto.CommonConsumerEnum;
import com.ruoyi.cai.mq.handle.dto.RankDTO;
import com.ruoyi.cai.rank.RankManager;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
@Slf4j
public class RankIHandle implements IHandle {
@Autowired

View File

@@ -14,6 +14,7 @@ public class RankDTO extends CommonDTO {
* 2-邀请榜
*/
private Integer rankType;
// 受益人ID
private Long userId;
private Long price;
private LocalDateTime happenTime;