feat: attr options and selects editing

This commit is contained in:
2025-11-04 12:18:53 +04:00
parent a7bda3d9f6
commit c266814c96
11 changed files with 239 additions and 40 deletions

View File

@ -6,3 +6,4 @@ from .deal_group import DealGroupService as DealGroupService
from .deal_tag import DealTagService as DealTagService
from .project import ProjectService as ProjectService
from .status import StatusService as StatusService
from .attr_option import AttrOptionService as AttrOptionService