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

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

@ -223,7 +223,7 @@ export class CreatePosMaster {
orgChild4Id?: string | null;
@Column()
reason: string;
reason: string | null;
}
export type UpdatePosMaster = Partial<PosMaster>;