migrate
This commit is contained in:
parent
80dfb1d3ce
commit
bbf80788e0
4 changed files with 56 additions and 0 deletions
|
|
@ -47,6 +47,24 @@ export class KpiUserDevelopment extends EntityBase {
|
|||
})
|
||||
achievement0: string;
|
||||
|
||||
@Column({
|
||||
comment: "วิธีพัฒนา70",
|
||||
default: false,
|
||||
})
|
||||
isDevelopment70: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "วิธีพัฒนา20",
|
||||
default: false,
|
||||
})
|
||||
isDevelopment20: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "วิธีพัฒนา10",
|
||||
default: false,
|
||||
})
|
||||
isDevelopment10: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
|
|
|
|||
|
|
@ -85,6 +85,12 @@ export class KpiUserEvaluation extends EntityBase {
|
|||
})
|
||||
evaluationResults: string;
|
||||
|
||||
@Column({
|
||||
comment: "คำขอแก้ไข",
|
||||
default: false,
|
||||
})
|
||||
isReqEdit: boolean;
|
||||
|
||||
@Column({
|
||||
type: "double",
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue