|
@@ -2,7 +2,9 @@ package com.ruixuan.isc.service;
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
+import com.ruixuan.common.core.domain.ResultResponse;
|
|
|
import com.ruixuan.isc.entity.KuaishouRewardBaseInfo;
|
|
|
+import org.springframework.web.multipart.MultipartFile;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -63,9 +65,9 @@ public interface IKuaishouRewardBaseInfoService {
|
|
|
|
|
|
Integer checkData(Long itemId, String promoterId, String statDate);
|
|
|
|
|
|
- JSONObject getInfo(Long itemId,String promoterId);
|
|
|
+ JSONObject getInfo(Long itemId, String promoterId);
|
|
|
|
|
|
- JSONObject getTotal(KuaishouRewardBaseInfo kuaishouRewardBaseInfo);
|
|
|
+ JSONObject getTotal(KuaishouRewardBaseInfo kuaishouRewardBaseInfo);
|
|
|
|
|
|
|
|
|
ResultResponse insertRewardBaseInfoByExcel(MultipartFile file) throws Exception;
|