org history employee
This commit is contained in:
parent
82527f0f49
commit
6bfe89b5a3
2 changed files with 275 additions and 0 deletions
|
|
@ -98,4 +98,52 @@ export class PosMasterEmployeeHistory extends EntityBase {
|
|||
default: null,
|
||||
})
|
||||
ancestorDNA: string;
|
||||
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// length: 40,
|
||||
// comment: "คีย์นอก(FK)ของตาราง profile",
|
||||
// default: null,
|
||||
// })
|
||||
// profileId: string;
|
||||
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// length: 40,
|
||||
// comment: "dna ของตาราง orgRoot",
|
||||
// default: null,
|
||||
// })
|
||||
// rootDnaId: string;
|
||||
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// length: 40,
|
||||
// comment: "dna ของตาราง orgChild1",
|
||||
// default: null,
|
||||
// })
|
||||
// child1DnaId: string;
|
||||
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// length: 40,
|
||||
// comment: "dna ของตาราง orgChild2",
|
||||
// default: null,
|
||||
// })
|
||||
// child2DnaId: string;
|
||||
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// length: 40,
|
||||
// comment: "dna ของตาราง orgChild3",
|
||||
// default: null,
|
||||
// })
|
||||
// child3DnaId: string;
|
||||
|
||||
// @Column({
|
||||
// nullable: true,
|
||||
// length: 40,
|
||||
// comment: "dna ของตาราง orgChild4",
|
||||
// default: null,
|
||||
// })
|
||||
// child4DnaId: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue