@@ -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);
}