fxi
Hentua
2024-01-10 51ea662e22121f9a0ddb5b40c4a8e93e098b34ec
src/main/java/com/xcong/farmer/cms/modules/system/dto/AdListDto.java
@@ -1,6 +1,7 @@
package com.xcong.farmer.cms.modules.system.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
@@ -10,4 +11,8 @@
@Data
@ApiModel(value = "AdListDto", description = "广告列表")
public class AdListDto extends CommonPageDto {
    @ApiModelProperty(value = "广告名称")
    private String name;
}