feat: deal product services
This commit is contained in:
@@ -38,3 +38,12 @@ class PaginationSchema(CustomModelCamel):
|
||||
class PaginationInfoSchema(CustomModelCamel):
|
||||
total_pages: int
|
||||
total_items: int
|
||||
|
||||
|
||||
class BaseEnumSchema(CustomModelCamel):
|
||||
id: int
|
||||
name: str
|
||||
|
||||
|
||||
class BaseEnumListSchema(CustomModelCamel):
|
||||
items: list[BaseEnumSchema]
|
||||
|
||||
Reference in New Issue
Block a user