no message
This commit is contained in:
parent
4419222086
commit
d2cb987049
2 changed files with 22 additions and 2 deletions
|
|
@ -85,10 +85,12 @@ export class KpiUserEvaluation extends EntityBase {
|
|||
evaluationResults: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
comment: "คำขอแก้ไข",
|
||||
default: false,
|
||||
default: null,
|
||||
})
|
||||
isReqEdit: boolean;
|
||||
evaluationReqEdit: string;
|
||||
|
||||
@Column({
|
||||
type: "double",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue