nis code list
This commit is contained in:
parent
36ac1d146d
commit
6c65552dc5
2 changed files with 54 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue