feat(MySQL): Get Many stored procedures created for product variations with variation types and product prices with discounts and delivery options.

This commit is contained in:
2024-10-05 13:20:00 +01:00
parent 005a377ff9
commit 9c2cfac948
146 changed files with 28264 additions and 17091 deletions

View File

@@ -39,6 +39,10 @@ class Form_Base(FlaskForm, metaclass=Form_Base_Meta):
@abstractmethod
def from_json(cls, json):
pass
@classmethod
@abstractmethod
def get_default(cls):
pass
"""
@abstractmethod
def test_69(self):