Pu Zhibing
4 天以前 8e3d50aaa6ac9055a5832503c54651f140f030f1
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;
}