From cf68ee0531ebadbc7b27b8e6e56b9f3c4e893e05 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 09 Jan 2024 16:25:21 +0800
Subject: [PATCH] 首页菜单的首页二字改成英文的Main

---
 src/main/java/com/xcong/farmer/cms/modules/system/dto/AdListDto.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/farmer/cms/modules/system/dto/AdListDto.java b/src/main/java/com/xcong/farmer/cms/modules/system/dto/AdListDto.java
index f184196..561f9d8 100644
--- a/src/main/java/com/xcong/farmer/cms/modules/system/dto/AdListDto.java
+++ b/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;
+
 }

--
Gitblit v1.9.1