from django.apps import AppConfig class LaboratoryConfig(AppConfig): name = 'laboratory' verbose_name = '实验室管理'