Working on redoing order to get rid of order_cart.
This commit is contained in:
@@ -33,9 +33,8 @@ class Product_Base(BaseModel):
|
||||
for_id: Optional[int]
|
||||
|
||||
type_id: Optional[int]
|
||||
type_name: Optional[str] = Field(
|
||||
# alias = 'type'
|
||||
)
|
||||
type_code: Optional[str]
|
||||
type_name: Optional[str]
|
||||
|
||||
name: Optional[str]
|
||||
description: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user