瀏覽代碼

Merge branch 'test-report' of https://gitee.com/hcst/adsp-boot into test-report

syh 5 年之前
父節點
當前提交
6262ca6b9d

+ 2 - 7
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/entity/KuaiShouDailyReportTask.java

@@ -69,13 +69,8 @@ public class KuaiShouDailyReportTask {
      */
     @Excel(name = "任务查询数据起始时间", width = 15)
     @ApiModelProperty(value = "任务查询数据起始时间")
-    private String startDate;
-    /**
-     * 任务查询数据结束时间
-     */
-    @Excel(name = "任务查询数据结束时间", width = 15)
-    @ApiModelProperty(value = "任务查询数据结束时间")
-    private String endDate;
+    private String statDate;
+
     /**
      * 创建时间
      */