puzhibing
2024-01-24 8bf9eb3f160e7701c3dcb070b4b512b2ac7f9431
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/dto/MgtBasePlatformDto.java
@@ -46,5 +46,8 @@
    private Integer activityType;
    @ApiModelProperty(value="活动id")
    private Long activityId;
    private String activityId;
    @ApiModelProperty(value = "年龄层 1 <20,2 21-30,3 31-40,4 41-50,5 >50")
    private Integer ageType;
}