...
This commit is contained in:
		@@ -117,13 +117,8 @@ impl ProductComponentBuilder {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
/// Product represents a product or service offered in the system
 | 
			
		||||
#[derive(Debug, Clone, Serialize, Deserialize)]
 | 
			
		||||
=======
 | 
			
		||||
/// Product represents a product or service offered by the Freezone
 | 
			
		||||
#[derive(Debug, Clone, Serialize, Deserialize, CustomType)]
 | 
			
		||||
>>>>>>> builders_in_script
 | 
			
		||||
pub struct Product {
 | 
			
		||||
    pub id: i64,
 | 
			
		||||
    pub name: String,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user