แก้ controller temp
This commit is contained in:
parent
6895e764ad
commit
576f6bcc0d
22 changed files with 22 additions and 22 deletions
|
|
@ -29,7 +29,7 @@ import permission from "../interfaces/permission";
|
|||
@Route("api/v1/org/profile-temp/family/couple")
|
||||
@Tags("ProfileEmployeeFamilyCouple")
|
||||
@Security("bearerAuth")
|
||||
export class ProfileFamilyCoupleEmployeeController extends Controller {
|
||||
export class ProfileFamilyCoupleEmployeeTempController extends Controller {
|
||||
private profileRepo = AppDataSource.getRepository(ProfileEmployee);
|
||||
private ProfileFamilyCouple = AppDataSource.getRepository(ProfileFamilyCouple);
|
||||
private ProfileFamilyCoupleHistory = AppDataSource.getRepository(ProfileFamilyCoupleHistory);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue