puzhibing
2 天以前 c7ac989e5a693bf29efb4fbaee16770442ea41a0
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.goods.api.domain;
 
import lombok.Data;
 
/**
 * @author zhibing.pu
 * @date 2025/7/30 15:59
 */
@Data
public class GetLotteryEventList {
    private Integer activityType;
    private Long userId;
}