add mis id

This commit is contained in:
kittapath 2025-01-17 16:11:30 +07:00
parent 58d1003ecc
commit 15f54f3e55
11 changed files with 131 additions and 0 deletions

View file

@ -73,6 +73,7 @@ export class OrgRootController extends Controller {
orgRootFax: orgRoot.orgRootFax,
orgRevisionId: orgRoot.orgRevisionId,
isDeputy: orgRoot.isDeputy,
misId: orgRoot.misId,
orgCode: orgRoot.orgRootCode + "00",
};
return new HttpSuccess(getOrgRoot);