แก้ type unit

This commit is contained in:
Kittapath 2024-05-09 11:36:55 +07:00
parent 3bfd309ae8
commit be48ab20f5
5 changed files with 42 additions and 7 deletions

View file

@ -44,7 +44,7 @@ export class KpiSpecial extends EntityBase {
comment: "หน่วยนับ",
default: null,
})
unit: number;
unit: string;
@Column({
nullable: true,
@ -166,7 +166,7 @@ export class CreateKpiSpecial {
@Column()
target: string;
@Column()
unit: number;
unit: string;
@Column()
weight: number;
@Column()
@ -191,7 +191,7 @@ export class UpdateKpiSpecial {
@Column()
achievement2: string;
@Column()
achievement3: string ;
achievement3: string;
@Column()
achievement4: string;
@Column()
@ -199,7 +199,7 @@ export class UpdateKpiSpecial {
@Column()
target: string;
@Column()
unit: number;
unit: string;
@Column()
weight: number;
@Column()