This commit is contained in:
AdisakKanthawilang 2024-08-08 11:27:28 +07:00
parent 15a730d4a9
commit b8575cd3a0
3 changed files with 96 additions and 37 deletions

View file

@ -44,5 +44,5 @@ export class UpdateDevelopmentOther {
@Column()
addressAcademic: number | null;
@Column()
provinceActualId: number | null;
provinceActualId: string | null;
}