import {EntityRepository, Repository} from 'typeorm'; import PersonnelSub from '../../entity/personnel/PersonnelSubEntity'; @EntityRepository(PersonnelSub) export default class PersonnelSubRepository extends Repository { }