YES?
This commit is contained in:
@@ -7,3 +7,11 @@ pub struct CommonTicket {
|
||||
pub category: String,
|
||||
pub description: String,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, PartialEq, Debug, Clone)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct CommonAdmin {
|
||||
pub id: i32,
|
||||
pub name: String,
|
||||
pub address: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user