This commit is contained in:
Kittapath 2024-05-08 13:31:43 +07:00
parent f22cddbeee
commit 2d126a76d2
5 changed files with 183 additions and 1 deletions

View file

@ -4,6 +4,20 @@ import { KpiUserEvaluation } from "./kpiUserEvaluation";
@Entity("kpiUserSpecial")
export class KpiUserSpecial extends EntityBase {
@Column({
nullable: true,
comment: "รอบ",
default: null,
})
period: string;
@Column({
nullable: true,
comment: "ปี",
default: null,
})
year: string;
@Column({
nullable: true,
comment: "รหัสตัวชี้วัด",