rentaiming
2024-07-17 79be3113b28c745c2f773983c2074690ae896a0a
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.system.api.domain.dto;
 
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
@ApiModel(value = "Baaner数据传输对象", description = "Baaner数据传输对象")
public class BaanerListDTO {
    @ApiModelProperty(value = "轮播图类型 1=商城首页 2=资讯首页")
  private   Integer bannerType;
}