แก้ type ผล
This commit is contained in:
parent
3d4847311d
commit
8050b53228
2 changed files with 19 additions and 2 deletions
|
|
@ -248,11 +248,12 @@ export class SalaryProfile extends EntityBase {
|
|||
child4: string;
|
||||
|
||||
@Column({
|
||||
type: "double",
|
||||
nullable: true,
|
||||
comment: "ผลการประเมินผลการปฏิบัติราชการ",
|
||||
default: null,
|
||||
comment: "ผลการประเมินผลการปฏิบัติราชการ",
|
||||
})
|
||||
result: string;
|
||||
result: number;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue