package com.xcong.excoin.modules.fish.dto; import io.swagger.annotations.ApiModel; import lombok.Data; @Data @ApiModel(value = "LotteryDrawDto", description = "参数类") public class LotteryDrawDto { }