forked from ttc/micro-service-api
- เพิ่ม interface prjmst
- เพิ่ม interface trnmst
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import jwt from 'jsonwebtoken'
|
||||
import { BdgmstInterface } from './table/bdgmstInterface.js'
|
||||
import { PrjmstInterface } from './table/prjmstInterface.js'
|
||||
import { TrnmstInterface } from './table/trnmstInterface.js'
|
||||
import { sendError } from '../utils/response.js'
|
||||
|
||||
// import { ActmstInterface } from './actmstInterface.js'
|
||||
@@ -13,6 +15,8 @@ export class Interface {
|
||||
constructor() {
|
||||
this.map = {
|
||||
bdgmst: new BdgmstInterface(),
|
||||
prjmst: new PrjmstInterface(),
|
||||
trnmst: new TrnmstInterface(),ห
|
||||
// actmst: new ActmstInterface(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user