wfansh 3 months ago
parent
commit
0da3bd1a42

+ 1 - 5
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/dmp/mapper/GADeviceReportMapper.java

@@ -2,13 +2,9 @@ package org.jeecg.modules.adweb.dmp.mapper;
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
-import org.jeecg.modules.adweb.dmp.entity.GADailyReport;
 import org.jeecg.modules.adweb.dmp.entity.GADeviceReport;
-import org.jeecg.modules.adweb.dmp.vo.report.PeriodicStatsVO;
-
-import java.util.List;
 
 /**
- * @Description: dmp_ga_daily_report @Author: jeecg-boot @Date: 2024-10-10 @Version: V1.0
+ * @Description: dmp_ga_device_report @Author: jeecg-boot @Date: 2024-12-16 @Version: V1.0
  */
 public interface GADeviceReportMapper extends BaseMapper<GADeviceReport> {}