- package com.fdkankan.fusion.service;
- import com.fdkankan.fusion.entity.AiContent;
- import com.baomidou.mybatisplus.extension.service.IService;
- /**
- * <p>
- * 服务类
- * </p>
- *
- * @author
- * @since 2025-04-17
- */
- public interface IAiContentService extends IService<AiContent> {
- }
|