หมายเหตุ
This commit is contained in:
parent
709300ea8b
commit
4419222086
8 changed files with 912 additions and 82 deletions
|
|
@ -45,7 +45,7 @@ export class KpiUserEvaluationReasonCapacity extends EntityBase {
|
|||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "สถานะ DRAFT EVALUATOR COMMANDER COMMANDERHIGH",
|
||||
comment: "สถานะ DRAFT EVALUATOR COMMANDER COMMANDERHIGH DONE",
|
||||
length: 255,
|
||||
default: "DRAFT",
|
||||
})
|
||||
|
|
@ -77,7 +77,7 @@ export class KpiUserEvaluationReasonCapacity extends EntityBase {
|
|||
|
||||
export class updateKpiUserReasonEvaluation {
|
||||
@Column()
|
||||
reason: string | null;
|
||||
reason: string;
|
||||
@Column()
|
||||
topic: string | null;
|
||||
topic?: string | null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,10 +74,3 @@ export class KpiUserEvaluationReasonDevelopment extends EntityBase {
|
|||
@JoinColumn({ name: "kpiUserDevelopmentId" })
|
||||
kpiUserDevelopment: KpiUserDevelopment;
|
||||
}
|
||||
|
||||
export class updateKpiUserReasonEvaluation {
|
||||
@Column()
|
||||
reason: string | null;
|
||||
@Column()
|
||||
topic: string | null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,10 +71,3 @@ export class KpiUserEvaluationReasonPlan extends EntityBase {
|
|||
@JoinColumn({ name: "kpiUserPlanId" })
|
||||
kpiUserPlanned: KpiUserPlanned;
|
||||
}
|
||||
|
||||
export class updateKpiUserReasonEvaluation {
|
||||
@Column()
|
||||
reason: string | null;
|
||||
@Column()
|
||||
topic: string | null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,10 +71,3 @@ export class KpiUserEvaluationReasonRole extends EntityBase {
|
|||
@JoinColumn({ name: "kpiUserRoleId" })
|
||||
kpiUserRole: KpiUserRole;
|
||||
}
|
||||
|
||||
export class updateKpiUserReasonEvaluation {
|
||||
@Column()
|
||||
reason: string | null;
|
||||
@Column()
|
||||
topic: string | null;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,10 +74,3 @@ export class KpiUserEvaluationReasonSpecial extends EntityBase {
|
|||
@JoinColumn({ name: "kpiUserSpecialId" })
|
||||
kpiUserSpecial: KpiUserSpecial;
|
||||
}
|
||||
|
||||
export class updateKpiUserReasonEvaluation {
|
||||
@Column()
|
||||
reason: string | null;
|
||||
@Column()
|
||||
topic: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue