package cc.mrbird.febs.yinhe.req; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; @Data @ApiModel(value = "YHSysAgentDto", description = "参数") public class YHSysAgentDto { @ApiModelProperty(value = "分类", example = "1") private String agentCategoryId; }