feat: category apis

This commit is contained in:
brian
2025-06-22 18:02:17 +08:00
parent 366862831c
commit 6834c66974
8 changed files with 241 additions and 8 deletions

4
src/query/book.rs Normal file
View File

@@ -0,0 +1,4 @@
// use crate::model::db::prelude::Book;
// pub fn get_book_by_id(id:i64, uid:i64)->Option<Book> {
//
// }