แก้ type unit
This commit is contained in:
parent
3bfd309ae8
commit
be48ab20f5
5 changed files with 42 additions and 7 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue