ORM数据库表的基继承

只有表中含有下面的方法才能实现数据表的继承

class Meta:
    abstract = True
原文地址:https://www.cnblogs.com/mqhpy/p/12099340.html