fitered group salary report
This commit is contained in:
parent
9ca08b4640
commit
93940017f9
2 changed files with 97 additions and 55 deletions
|
|
@ -248,12 +248,12 @@ export class SalaryProfile extends EntityBase {
|
|||
child4: string;
|
||||
|
||||
@Column({
|
||||
type: "double",
|
||||
nullable: true,
|
||||
default: null,
|
||||
comment: "ผลการประเมินผลการปฏิบัติราชการ",
|
||||
length: 255,
|
||||
comment: "ผลการประเมินผลการปฏิบัติราชการ",//คะแนนประเมิน
|
||||
})
|
||||
result: number;
|
||||
result: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue