dashboard เงินเดือน
This commit is contained in:
parent
94d0412e21
commit
76f42d1a96
3 changed files with 191 additions and 12 deletions
|
|
@ -22,6 +22,13 @@ export class SalaryOrg extends EntityBase {
|
|||
})
|
||||
rootId: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "orgRoot",
|
||||
length: 255,
|
||||
})
|
||||
root: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "คีย์นอก(FK)ของตาราง orgRevision",
|
||||
|
|
@ -140,6 +147,9 @@ export class CreateSalaryOrg {
|
|||
@Column("uuid")
|
||||
rootId: string;
|
||||
|
||||
@Column()
|
||||
root: string;
|
||||
|
||||
@Column()
|
||||
total: number;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue