Working on redoing order to get rid of order_cart.

This commit is contained in:
Scott Idem
2021-08-09 20:16:07 -04:00
parent 1dba813d4b
commit 73466456ee
11 changed files with 272 additions and 27 deletions

View File

@@ -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]