mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-11-02 22:52:38 +08:00
fix:【mall 商城】RewardActivityRespVO 的 id 类型不正确
This commit is contained in:
@ -14,7 +14,7 @@ import java.time.LocalDateTime;
|
||||
public class RewardActivityRespVO extends RewardActivityBaseVO {
|
||||
|
||||
@Schema(description = "活动编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
|
||||
private Integer id;
|
||||
private Long id;
|
||||
|
||||
@Schema(description = "活动状态", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
||||
private Integer status;
|
||||
|
||||
Reference in New Issue
Block a user