1.修改获取开场白接口的返回结构
2.添加获取评论接口
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.yupi.springbootinit.service;
|
||||
|
||||
import com.yupi.springbootinit.model.entity.AiComment;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
/*
|
||||
* @author: ziin
|
||||
* @date: 2025/7/23 16:00
|
||||
*/
|
||||
|
||||
public interface AiCommentService extends IService<AiComment>{
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user