摘要: 单表查询: models.py: from django.db import models class Employee(models.Model): name = models.CharField(max_length=16) age = models.IntegerField() salary 阅读全文
posted @ 2019-08-08 23:56 Sch01aR# 阅读(483) 评论(0) 推荐(0) 编辑