mark read backend
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use serde_derive::Deserialize;
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct ReadItem {
|
||||
pub id: i32,
|
||||
}
|
||||
Reference in New Issue
Block a user