budgetExpense*: initial (not working yet)

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-18 09:01:55 +07:00
parent 1a3cf7d9ff
commit f68c856340
4 changed files with 98 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ export class TrnmstInterface {
constructor() {
this.general = new GeneralService()
this.table = 'trnmst'
this.pk = ['trnseq', 'trnprjnam'] // ⭐ PK จาก table
this.pk = ['trnseq', 'trnprjnam', 'trnbdgcod'] // ⭐ PK จาก table
}
async saveInterface(database, data) {