Kaynağa Gözat

Merge remote-tracking branch 'origin/dev' into dev

zk 2 yıl önce
ebeveyn
işleme
084e106bdb

+ 6 - 0
sckw-modules/sckw-operation/src/main/java/com/sckw/operation/model/vo/req/BannerAddReqVo.java

@@ -67,6 +67,12 @@ public class BannerAddReqVo extends PageRequest implements Serializable {
 
     private Integer sort;
 
+    /**
+     * 排序
+     */
+
+    private String clientType;
+
 
     /**
      * 备注

+ 1 - 1
sckw-modules/sckw-operation/src/main/java/com/sckw/operation/model/vo/res/BannerQueryResVo.java

@@ -58,7 +58,7 @@ public class BannerQueryResVo implements Serializable {
      */
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
-    private Date entTime;
+    private Date endTime;
 
     /**
      * 顺序

+ 2 - 2
sckw-modules/sckw-operation/src/main/resources/bootstrap-dev.yml

@@ -5,7 +5,7 @@ spring:
         # 服务注册地址
         server-addr: 10.10.10.230:8848
         # 命名空间
-        namespace: sckw_zk
+        namespace: sckw-service-platform-dev
         # 共享配置
         group: sckw-service-platform
       config:
@@ -14,7 +14,7 @@ spring:
         # 配置文件格式
         file-extension: yaml
         # 命名空间
-        namespace: sckw_zk
+        namespace: sckw-service-platform-dev
         # 共享配置
         group: sckw-service-platform
         #可以读多个配置文件  需要在同一个命名空间下面可以是不同的组