摘要: from django.db import models # Create your models here. class DictConfig(models.Model): """ 字典表 """ id = models.AutoField(primary_key=True) dictype= m 阅读全文
posted @ 2022-08-27 11:27 **绵绵羊** 阅读(98) 评论(0) 推荐(0) 编辑