no message

This commit is contained in:
Kittapath 2024-04-19 17:45:56 +07:00
parent e29c7c127f
commit ee77d0c51c
5 changed files with 80 additions and 28 deletions

View file

@ -12,12 +12,6 @@ export class KpiRole extends EntityBase {
})
position: string;
@Column({
nullable: true,
comment: "ปีงบประมาณ",
})
year: number;
@Column({
nullable: true,
comment: "รหัสตัวชี้วัด",
@ -230,8 +224,6 @@ export class createKpiRole {
@Column()
position: string | null;
@Column()
year: number | null;
@Column()
including: string | null;
@Column()
includingName: string | null;
@ -269,8 +261,6 @@ export class updateKpiRole {
@Column()
position: string | null;
@Column()
year: number | null;
@Column()
including: string | null;
@Column()
includingName: string | null;