import { Repository } from 'typeorm'; import PersonnelSub from '../../entity/personnel/PersonnelSubEntity'; export default class PersonnelSubRepository extends Repository { }