From 88d199ad3fdb3ee33f22f4a528cc77b68297b1e1 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Fri, 22 Aug 2025 09:16:42 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=87=E0=B8=84=E0=B8=B1=E0=B8=9A=E0=B8=AA=E0=B9=88=E0=B8=87?= =?UTF-8?q?=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/PosMaster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/PosMaster.ts b/src/entities/PosMaster.ts index bff30aae..861fa7e5 100644 --- a/src/entities/PosMaster.ts +++ b/src/entities/PosMaster.ts @@ -267,7 +267,7 @@ export class PosMaster extends EntityBase { export class CreatePosMaster { @Column() - id: string | null; + id?: string | null; @Column() posMasterNoPrefix: string | null;