Add keywords to Merchandise

This commit is contained in:
2021-02-09 01:00:28 -05:00
parent 55c68fee2c
commit 80345c3a6f
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ pub struct Merchandise {
pub form_type: u32,
pub is_food: bool,
pub price: u32,
pub keywords: Vec<String>,
}
#[derive(Debug, Serialize, Deserialize, Clone)]