This commit is contained in:
2025-11-17 18:35:05 +07:00
parent 77c7d0574b
commit 0fea9c08c9

View File

@@ -16,7 +16,7 @@ export class Interface {
this.map = { this.map = {
bdgmst: new BdgmstInterface(), bdgmst: new BdgmstInterface(),
prjmst: new PrjmstInterface(), prjmst: new PrjmstInterface(),
trnmst: new TrnmstInterface(), trnmst: new TrnmstInterface(),
// actmst: new ActmstInterface(), // actmst: new ActmstInterface(),
} }
} }