15928045575 hace 2 años
padre
commit
987246f4c6

+ 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;
 
     /**
      * 顺序