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 d0956ffb97
commit f2d20bca58
150 changed files with 28513 additions and 17301 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):