|
@@ -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> {}
|