From a16ae7dadc204beafefde99af82918d3fbe9a5d6 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 17 三月 2022 12:32:51 +0800 Subject: [PATCH] !156 修复角色、岗位、字典数据在PostgreSQL执行插入或者更新SQL报错问题,修改对应实体类的排序属性为Integer类型。 Merge pull request !156 from KonBAI/sort_type --- ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java b/ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java index 48a478b..d09bfdb 100644 --- a/ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java +++ b/ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java @@ -10,39 +10,39 @@ @Data public class OssProperties { - /** - * 鍩熷悕 - */ - private String endpoint; + /** + * 鍩熷悕 + */ + private String endpoint; - /** - * 鍓嶇紑 - */ - private String prefix; + /** + * 鍓嶇紑 + */ + private String prefix; - /** - * ACCESS_KEY - */ - private String accessKey; + /** + * ACCESS_KEY + */ + private String accessKey; - /** - * SECRET_KEY - */ - private String secretKey; + /** + * SECRET_KEY + */ + private String secretKey; - /** - * 瀛樺偍绌洪棿鍚� - */ - private String bucketName; + /** + * 瀛樺偍绌洪棿鍚� + */ + private String bucketName; - /** - * 瀛樺偍鍖哄煙 - */ - private String region; + /** + * 瀛樺偍鍖哄煙 + */ + private String region; - /** - * 鏄惁https锛圷=鏄�,N=鍚︼級 - */ - private String isHttps; + /** + * 鏄惁https锛圷=鏄�,N=鍚︼級 + */ + private String isHttps; } -- Gitblit v1.9.3