From 9bc2d2981b540aa291cfecde5d33615df56a078b Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期五, 22 七月 2022 09:59:19 +0800
Subject: [PATCH] update springboot 2.7.1 => 2.7.2 update hutool 5.8.3 => 5.8.4 update okhttp 4.9.1 => 4.10.0 update lock4j 2.2.1 => 2.2.2 update aws-java-sdk-s3 1.12.248 => 1.12.264 修复依赖安全漏洞 update aliyun.sms 2.0.9 => 2.0.16 update tencent.sms 3.1.537 => 3.1.555 update guava 30.0-jre => 31.1-jre

---
 ruoyi-system/src/main/java/com/ruoyi/system/domain/SysPost.java |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysPost.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysPost.java
index d0c968e..2fde8fc 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysPost.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysPost.java
@@ -8,8 +8,6 @@
 import com.ruoyi.common.annotation.ExcelDictFormat;
 import com.ruoyi.common.convert.ExcelDictConvert;
 import com.ruoyi.common.core.domain.BaseEntity;
-import io.swagger.annotations.ApiModel;
-import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
 
@@ -27,13 +25,11 @@
 @EqualsAndHashCode(callSuper = true)
 @TableName("sys_post")
 @ExcelIgnoreUnannotated
-@ApiModel("宀椾綅淇℃伅涓氬姟瀵硅薄")
 public class SysPost extends BaseEntity {
 
     /**
      * 宀椾綅搴忓彿
      */
-    @ApiModelProperty(value = "宀椾綅搴忓彿")
     @ExcelProperty(value = "宀椾綅搴忓彿")
     @TableId(value = "post_id")
     private Long postId;
@@ -41,7 +37,6 @@
     /**
      * 宀椾綅缂栫爜
      */
-    @ApiModelProperty(value = "宀椾綅缂栫爜")
     @ExcelProperty(value = "宀椾綅缂栫爜")
     @NotBlank(message = "宀椾綅缂栫爜涓嶈兘涓虹┖")
     @Size(min = 0, max = 64, message = "宀椾綅缂栫爜闀垮害涓嶈兘瓒呰繃64涓瓧绗�")
@@ -50,7 +45,6 @@
     /**
      * 宀椾綅鍚嶇О
      */
-    @ApiModelProperty(value = "宀椾綅鍚嶇О")
     @ExcelProperty(value = "宀椾綅鍚嶇О")
     @NotBlank(message = "宀椾綅鍚嶇О涓嶈兘涓虹┖")
     @Size(min = 0, max = 50, message = "宀椾綅鍚嶇О闀垮害涓嶈兘瓒呰繃50涓瓧绗�")
@@ -59,7 +53,6 @@
     /**
      * 宀椾綅鎺掑簭
      */
-    @ApiModelProperty(value = "宀椾綅鎺掑簭")
     @ExcelProperty(value = "宀椾綅鎺掑簭")
     @NotNull(message = "鏄剧ず椤哄簭涓嶈兘涓虹┖")
     private Integer postSort;
@@ -67,7 +60,6 @@
     /**
      * 鐘舵�侊紙0姝e父 1鍋滅敤锛�
      */
-    @ApiModelProperty(value = "鐘舵�侊紙0姝e父 1鍋滅敤锛�")
     @ExcelProperty(value = "鐘舵��", converter = ExcelDictConvert.class)
     @ExcelDictFormat(dictType = "sys_common_status")
     private String status;
@@ -75,13 +67,11 @@
     /**
      * 澶囨敞
      */
-    @ApiModelProperty(value = "澶囨敞")
     private String remark;
 
     /**
      * 鐢ㄦ埛鏄惁瀛樺湪姝ゅ矖浣嶆爣璇� 榛樿涓嶅瓨鍦�
      */
-    @ApiModelProperty(value = "鐢ㄦ埛鏄惁瀛樺湪姝ゅ矖浣嶆爣璇� 榛樿涓嶅瓨鍦�")
     @TableField(exist = false)
     private boolean flag = false;
 

--
Gitblit v1.9.3