tpshop 商品表結構

2021-10-25 10:32:12 字數 533 閱讀 7354

商品分類表(tp_goods_category)、商品品牌表(tp_brand)

商品型別(模型)表(tp_goods_type)、商品規格表(tp_spec)、商品規格項表(tp_spec_item)、規格價錢庫存表(tp_spec_goods_price)、

商品表(tp_goods)、商品屬性表(tp_goods_attribute)、商品屬性對應表(tp_goods_attr)

商品型別1對多商品規格1對多商品規格項

商品型別1對多商品商品與商品規格關係類似於多對多 形成規格價錢庫存表

商品型別1對多商品屬性

商鋪型別1對多商品商品與商品屬性關係類似於多對多  形成商品屬性對應表

商品結構表分析

目錄2.admin.py中註冊 from django.db import models from utils.mybasemodel import base class goods base goods type 1 vip 2 course channel type 1 普通 2 course ...

商品模組表結構分析

from django.db import models create your models here.class base models.model create time models.timefield auto now add true update time models.timefie...

01 商品模組表結構

商品模組表結構 目錄2.admin.py中註冊 1.1 商品模組表結構分析from django.db import models from utils.mybasemodel import base class goods base goods type 1 vip 2 course channe...