forked from ttc/micro-service-api
-update dbchange
-route
This commit is contained in:
7
@knowleadge/dbchange/17112025.txt
Normal file
7
@knowleadge/dbchange/17112025.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
CREATE TABLE bdgmst (
|
||||||
|
bdgseq INTEGER,
|
||||||
|
bdgnam VARCHAR(150),
|
||||||
|
bdgcod VARCHAR(3),
|
||||||
|
bdgttl NUMERIC,
|
||||||
|
bdgedtdtm CHAR(12)
|
||||||
|
);
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
import express from 'express'
|
import express from 'express'
|
||||||
import { accountingSetup } from '../controllers/accountingSetup.js'
|
import { accountingSetup } from '../controllers/accountingSetupController.js'
|
||||||
import { accountingSearch } from '../controllers/accountingSearch.js'
|
import { accountingSearch } from '../controllers/accountingSearchController.js'
|
||||||
import { accountingSum } from '../controllers/accountingSum.js'
|
import { accountingSum } from '../controllers/accountingSumController.js'
|
||||||
|
|
||||||
// import { authMiddleware } from '../middlewares/auth.js'
|
// import { authMiddleware } from '../middlewares/auth.js'
|
||||||
// import { sendResponse } from '../utils/response.js'
|
// import { sendResponse } from '../utils/response.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user