feat: deal attributes with select and options
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
from .attr_select import AttrSelectService as AttrSelectService
|
||||
from .attribute import AttributeService as AttributeService
|
||||
from .board import BoardService as BoardService
|
||||
from .deal import DealService as DealService
|
||||
from .project import ProjectService as ProjectService
|
||||
from .status import StatusService as StatusService
|
||||
from .deal_group import DealGroupService as DealGroupService
|
||||
from .deal_tag import DealTagService as DealTagService
|
||||
from .attribute import AttributeService as AttributeService
|
||||
from .project import ProjectService as ProjectService
|
||||
from .status import StatusService as StatusService
|
||||
|
||||
Reference in New Issue
Block a user