feat: deal tags
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
from typing import Optional
|
||||
|
||||
from schemas.base import BaseSchema, BaseResponse
|
||||
from schemas.deal_tag import DealTagSchema
|
||||
from schemas.module import BuiltInModuleSchema
|
||||
|
||||
|
||||
@ -11,6 +12,7 @@ class ProjectSchema(BaseSchema):
|
||||
id: int
|
||||
name: str
|
||||
built_in_modules: list[BuiltInModuleSchema]
|
||||
tags: list[DealTagSchema]
|
||||
|
||||
|
||||
class CreateProjectSchema(BaseSchema):
|
||||
|
||||
Reference in New Issue
Block a user