nis code list

This commit is contained in:
kittapath 2025-02-10 16:16:20 +07:00
parent 36ac1d146d
commit 6c65552dc5
2 changed files with 54 additions and 5 deletions

View file

@ -67,4 +67,25 @@ export class IMPORT_ORG {
default: null,
})
MISCODE: string;
@Column({
nullable: true,
type: "text",
default: null,
})
orgShortname: string;
@Column({
nullable: true,
type: "text",
default: null,
})
orgRank: string;
@Column({
nullable: true,
type: "text",
default: null,
})
orgSubRank: string;
}