init
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -14,6 +14,7 @@ public class RankDTO extends CommonDTO {
|
||||
* 2-邀请榜
|
||||
*/
|
||||
private Integer rankType;
|
||||
// 受益人ID
|
||||
private Long userId;
|
||||
private Long price;
|
||||
private LocalDateTime happenTime;
|
||||
|
||||
Reference in New Issue
Block a user