|
@@ -1,6 +1,5 @@
|
|
|
package cn.com.ctop.kuaishou.modules.dimension.service;
|
|
|
|
|
|
-import cn.com.ctop.kuaishou.modules.dimension.entity.KuaiShouDimensionAccount;
|
|
|
import cn.com.ctop.kuaishou.modules.dimension.entity.KuaiShouDimensionUnit;
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
@@ -21,9 +20,9 @@ public interface IKuaiShouDimensionUnitService extends IService<KuaiShouDimensio
|
|
|
|
|
|
Boolean getCreateOverrun(Long account);
|
|
|
|
|
|
- List<JSONObject> getCampaignCount(Long accountId,Long strategyId);
|
|
|
+ List<JSONObject> getCampaignCount(Long accountId, Long strategyId);
|
|
|
|
|
|
- Integer getUnitCount(Long accountId);
|
|
|
+ Integer getUnitCount(Long accountId, Long strategyId);
|
|
|
|
|
|
List<KuaiShouDimensionUnit> getUnitListBy(Long strategyId, Long accountId, Long campaignId);
|
|
|
|