This commit is contained in:
AdisakKanthawilang 2025-08-22 09:22:34 +07:00
parent 88d199ad3f
commit 53e7badead

View file

@ -267,7 +267,7 @@ export class PosMaster extends EntityBase {
export class CreatePosMaster {
@Column()
id?: string | null;
id: string | null;
@Column()
posMasterNoPrefix: string | null;