feat: add book getter
This commit is contained in:
7
src/model/http_body/common.rs
Normal file
7
src/model/http_body/common.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use serde::{Serialize,Deserialize};
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct SimpleResponse {
|
||||
pub code: i64,
|
||||
pub message: String,
|
||||
}
|
||||
Reference in New Issue
Block a user