ไม่บังคับส่ง id
This commit is contained in:
parent
6f57be2fe9
commit
88d199ad3f
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ export class PosMaster extends EntityBase {
|
||||||
|
|
||||||
export class CreatePosMaster {
|
export class CreatePosMaster {
|
||||||
@Column()
|
@Column()
|
||||||
id: string | null;
|
id?: string | null;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
posMasterNoPrefix: string | null;
|
posMasterNoPrefix: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue