from django.contrib import admin
# Register your models here.
from app.models import XZNSH
admin.site.register(XZNSH)