# -*- coding: utf-8 -*- from django.apps import AppConfig class EquipmanageConfig(AppConfig): name = 'apps.EquipManage' verbose_name = u'设备管理'