no message

This commit is contained in:
Kittapath 2024-04-19 17:35:42 +07:00
parent 4f54040982
commit 1c42a242c0
4 changed files with 4 additions and 29 deletions

View file

@ -11,13 +11,6 @@ export class KpiPlan extends EntityBase {
})
year: number;
@Column({
nullable: true,
comment: "รอบการประเมิน",
default: null,
})
round: string;
@Column({
nullable: true,
comment: "รหัสตัวชี้วัด",
@ -305,8 +298,6 @@ export class createKpiPlan {
@Column()
year: number | null;
@Column()
round: string;
@Column()
including: string | null;
@Column()
includingName: string | null;
@ -348,8 +339,6 @@ export class updateKpiPlan {
@Column()
year: number | null;
@Column()
round: string;
@Column()
including: string | null;
@Column()
includingName: string | null;

View file

@ -18,13 +18,6 @@ export class KpiRole extends EntityBase {
})
year: number;
@Column({
nullable: true,
comment: "รอบการประเมิน",
default: null,
})
round: string;
@Column({
nullable: true,
comment: "รหัสตัวชี้วัด",
@ -239,8 +232,6 @@ export class createKpiRole {
@Column()
year: number | null;
@Column()
round: string;
@Column()
including: string | null;
@Column()
includingName: string | null;
@ -280,8 +271,6 @@ export class updateKpiRole {
@Column()
year: number | null;
@Column()
round: string;
@Column()
including: string | null;
@Column()
includingName: string | null;