puzhibing
2 天以前 3e7932d378b607f75379b463ae4ae2f4f1ccfe12
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;
}