feat: deal attributes with select and options
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
from sqlalchemy.orm import configure_mappers
|
||||
|
||||
from modules.fulfillment_base.models import * # noqa: F401
|
||||
from .attr_select import (
|
||||
AttributeOption as AttributeOption,
|
||||
AttributeSelect as AttributeSelect,
|
||||
)
|
||||
from .attribute import (
|
||||
AttributeType as AttributeType,
|
||||
Attribute as Attribute,
|
||||
|
||||
Reference in New Issue
Block a user