Fixing .gitignore

This commit is contained in:
wangjinlei
2023-09-19 18:24:19 +08:00
parent 06e2f68ad9
commit ae15750e6a
581 changed files with 67226 additions and 67275 deletions

View File

@@ -1,24 +1,24 @@
package com.peanut.modules.book.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.peanut.common.utils.PageUtils;
import com.peanut.modules.book.entity.BookChapterContentEntity;
import java.util.Map;
/**
*
*
* @author yl
* @email yl328572838@163.com
* @date 2022-08-16 14:32:06
*/
public interface BookChapterContentService extends IService<BookChapterContentEntity> {
PageUtils queryPage(Map<String, Object> params);
void getBookVoices(Integer id);
boolean getWordChapterParagraph(Integer bookId);
}
package com.peanut.modules.book.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.peanut.common.utils.PageUtils;
import com.peanut.modules.book.entity.BookChapterContentEntity;
import java.util.Map;
/**
*
*
* @author yl
* @email yl328572838@163.com
* @date 2022-08-16 14:32:06
*/
public interface BookChapterContentService extends IService<BookChapterContentEntity> {
PageUtils queryPage(Map<String, Object> params);
void getBookVoices(Integer id);
boolean getWordChapterParagraph(Integer bookId);
}