|
|
@@ -22,7 +22,7 @@ public class PointActivityPageVo {
|
|
|
private String name;
|
|
|
|
|
|
@EnumTranslate(enumClass = PointActivityTypeEnum.class)
|
|
|
- private Integer activityType;
|
|
|
+ private String activityType;
|
|
|
|
|
|
@ApiModelProperty(name = "活动类型")
|
|
|
private String activityTypeDesc;
|
|
|
@@ -45,7 +45,7 @@ public class PointActivityPageVo {
|
|
|
private Integer isPermanent;
|
|
|
|
|
|
@EnumTranslate(enumClass = PointActivityStatusEnum.class)
|
|
|
- private Integer status;
|
|
|
+ private String status;
|
|
|
|
|
|
@ApiModelProperty(name = "状态")
|
|
|
private String statusDesc;
|