export class Permission {
    constructor(
        public code: string,
        public title: string,
    ) { }
}