migrate
This commit is contained in:
parent
f22cddbeee
commit
2d126a76d2
5 changed files with 183 additions and 1 deletions
|
|
@ -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: "รหัสตัวชี้วัด",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue