validate draft and publish

This commit is contained in:
AdisakKanthawilang 2025-08-21 18:25:24 +07:00
parent cc7c5c26ae
commit 6f57be2fe9
5 changed files with 80 additions and 63 deletions

View file

@ -266,6 +266,9 @@ export class PosMaster extends EntityBase {
}
export class CreatePosMaster {
@Column()
id: string | null;
@Column()
posMasterNoPrefix: string | null;