|
@@ -3,6 +3,7 @@ package com.tzld.longarticle.recommend.server.mapper.longArticle;
|
|
|
import com.tzld.longarticle.recommend.server.model.dto.GetOffVideos;
|
|
|
import com.tzld.longarticle.recommend.server.model.dto.LongArticlesCrawlerVideos;
|
|
|
import com.tzld.longarticle.recommend.server.model.dto.LongArticlesMatchVideos;
|
|
|
+import com.tzld.longarticle.recommend.server.model.dto.aigc.PublishPlanAccountDTO;
|
|
|
import com.tzld.longarticle.recommend.server.model.entity.longArticle.*;
|
|
|
import com.tzld.longarticle.recommend.server.model.param.ArticleVideoPoolSourceParam;
|
|
|
import com.tzld.longarticle.recommend.server.model.vo.CategoryGroupFunnelExport;
|
|
@@ -109,4 +110,6 @@ public interface LongArticleBaseMapper {
|
|
|
void updatePublishContentGzhWaitingStatus(String planId, String accountId, List<String> contentIds, Integer status, Long updateTimestamp);
|
|
|
|
|
|
void updatePublishContentGzhWaitingStatusByIds(List<String> contentIds, Integer status);
|
|
|
+
|
|
|
+ List<PublishPlanAccountDTO> getGroupPublishPlanAccounts();
|
|
|
}
|