django-bug管理系統

from django.db import models # Create your models here. from django.contrib.auth.models import User # 部門表——Dept # 部門ID——deptid # 部門名稱——deptname # 部門經理——User class Deptd(models.Model): deptid= mod
相關文章
相關標籤/搜索