แก้ 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

@ -45,7 +45,7 @@ export class KpiUserSpecial extends EntityBase {
comment: "หน่วยนับ",
default: null,
})
unit: number;
unit: string;
@Column({
nullable: true,
@ -185,7 +185,7 @@ export class CreateKpiUserSpecial {
@Column()
target: string;
@Column()
unit: number;
unit: string;
@Column()
weight: number;
@Column()
@ -224,7 +224,7 @@ export class UpdateKpiUserSpecial {
@Column()
target: string;
@Column()
unit: number;
unit: string;
@Column()
weight: number;
@Column()