소스 검색

1.去掉标题

yuanliang 1 년 전
부모
커밋
e757a849e6
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      cooleshow-app/src/main/java/com/yonge/cooleshow/admin/io/request/SysSuggestionVo.java

+ 0 - 4
cooleshow-app/src/main/java/com/yonge/cooleshow/admin/io/request/SysSuggestionVo.java

@@ -62,10 +62,6 @@ public class SysSuggestionVo {
         @NotNull
         private SuggestionType type;
 
-        @ApiModelProperty(value = "标题", required = true)
-        @NotNull
-        private String title;
-
         @ApiModelProperty(value = "内容", required = true)
         @NotNull
         private String content;