import { Component } from '@angular/core';

@Component({
  selector: 'app-command-structure',
  templateUrl: './command-structure.component.html',
  styleUrls: ['./command-structure.component.scss']
})
export class CommandStructureComponent {
  pathTitle = ['การจัดการรายละเอียดงาน', 'โครงสร้างสายการบังคับบัญชา']
}