ไม่บังคับส่ง id

This commit is contained in:
AdisakKanthawilang 2025-08-22 09:16:42 +07:00
parent 6f57be2fe9
commit 88d199ad3f

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;