แก้ controller temp
This commit is contained in:
parent
6895e764ad
commit
576f6bcc0d
22 changed files with 22 additions and 22 deletions
|
|
@ -74,7 +74,7 @@ import permission from "../interfaces/permission";
|
|||
"เกิดข้อผิดพลาด ไม่สามารถแสดงรายการได้ กรุณาลองใหม่ในภายหลัง",
|
||||
)
|
||||
@SuccessResponse(HttpStatus.OK, "สำเร็จ")
|
||||
export class ProfileEmployeeController extends Controller {
|
||||
export class ProfileEmployeeTempController extends Controller {
|
||||
private orgRevisionRepo = AppDataSource.getRepository(OrgRevision);
|
||||
private posMasterRepo = AppDataSource.getRepository(EmployeePosMaster);
|
||||
private profileRepo = AppDataSource.getRepository(ProfileEmployee);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue