General clean up of models and methods.

This commit is contained in:
Scott Idem
2021-05-28 01:30:56 -04:00
parent 29692ac78e
commit e46032a00b
27 changed files with 161 additions and 101 deletions

View File

@@ -11,8 +11,9 @@ from app.db_sql import *
from .api_crud import delete_obj_template, get_obj_template, get_obj_li_template, patch_obj_template, post_obj_template
from ..methods.order_cart_methods import update_order_cart_obj, load_order_cart_obj
from ..models.order_cart_model import Order_Cart_Base
from ..models.order_cart_methods import update_order_cart_obj, load_order_cart_obj
from ..models.response_model import *