v0.09-backend-no-warnings
This commit is contained in:
@@ -5,7 +5,7 @@ use ::entity::entities::{book,book_author,book_person,book_place,book_subject,bo
|
||||
use sea_orm::*;
|
||||
//use sea_query::Expr;
|
||||
|
||||
#[derive(FromQueryResult)]
|
||||
#[derive(FromQueryResult,Clone)]
|
||||
pub struct BookAndMeta {
|
||||
pub id: i32,
|
||||
pub open_library_key: String,
|
||||
|
||||
Reference in New Issue
Block a user