08 2022 档案

摘要: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 **绵绵羊** 阅读(100) 评论(0) 推荐(0) 编辑
摘要:原代码: class DictConfig(models.Model): """ 字典表 """ id = models.AutoField(primary_key=True) dictype= models.CharField("类型", max_length=30, unique=True) d 阅读全文
posted @ 2022-08-25 19:34 **绵绵羊** 阅读(57) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示