Files
airport-chengdu-web/src/app/pages/system-management/role-management/role-management.component.ts
T

16 lines
305 B
TypeScript
Raw Normal View History

2018-10-29 16:27:34 +08:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-role-management',
templateUrl: './role-management.component.html',
styleUrls: ['./role-management.component.scss']
})
export class RoleManagementComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}