摘要: 用例列表的增删改查 模型 models.py: from django.db import models ​ ​ # Create your models here. ​ class It(models.Model): """接口项目表""" it_name = models.CharField(m 阅读全文
posted @ 2022-11-15 20:37 贰号猿 阅读(67) 评论(0) 推荐(0)