Commit f4063bcb authored by xuwencheng's avatar xuwencheng

account

parent cd1267c1
...@@ -79,3 +79,10 @@ impl BrandType for i32 { ...@@ -79,3 +79,10 @@ impl BrandType for i32 {
70.eq(self) 70.eq(self)
} }
} }
#[derive(Debug, Clone, Deserialize, Serialize, Default)]
pub struct AccountInfo {
pub device_id: Option<String>,
pub name: Option<String>,
pub username: String,
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment