เพิ่มหมายเหตุในตำแหน่ง

This commit is contained in:
Kittapath 2024-04-09 21:59:01 +07:00
parent 99e600caac
commit 313ef6ec51
4 changed files with 4 additions and 4 deletions

View file

@ -224,7 +224,7 @@ export class CreateEmployeePosMaster {
orgChild4Id?: string | null;
@Column()
reason: string;
reason: string | null;
}
export type UpdateEmployeePosMaster = Partial<EmployeePosMaster>;