This commit is contained in:
AdisakKanthawilang 2025-05-21 15:46:36 +07:00
parent 7eeaf85750
commit 2178caa0c1

View file

@ -596,7 +596,7 @@ export class CreateEvaluationExpertise {
author?: string | null; author?: string | null;
@Column() @Column()
subject?: string | null; subject?: string[] | null;
@Column() @Column()
commanderFullname?: string | null; commanderFullname?: string | null;