syh 5 年 前
コミット
82ff44e838

+ 10 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/IKuaiShouCreativeService.java

@@ -17,8 +17,18 @@ public interface IKuaiShouCreativeService extends IService<KuaiShouCreative> {
 
     /**
      * 获取MD5
+     *
      * @param creativeId
      * @return
      */
     String getCodeByCreativeId(Long creativeId);
+
+    /**
+     * 创意条数
+     *
+     * @param accountId
+     * @param unitId
+     * @return
+     */
+    Integer checkCreativeCount(Long accountId, Long unitId);
 }