no message
This commit is contained in:
parent
e29c7c127f
commit
ee77d0c51c
5 changed files with 80 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue