You've already forked FrameTour-BE
bug
This commit is contained in:
@ -33,6 +33,7 @@ public interface TemplateMapper {
|
||||
int deleteConfigByTemplateId(Long templateId);
|
||||
int deleteConfigById(Long id);
|
||||
List<TemplateEntity> listEnabledByScenicId(Long scenicId);
|
||||
List<TemplateEntity> listEnabled();
|
||||
List<Long> listEnabledTemplateIdByScenicId(Long scenicId);
|
||||
List<ContentPageVO> listFor(@Param("scenicId") Long scenicId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user