validate draft and publish
This commit is contained in:
parent
cc7c5c26ae
commit
6f57be2fe9
5 changed files with 80 additions and 63 deletions
|
|
@ -266,6 +266,9 @@ export class PosMaster extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreatePosMaster {
|
||||
@Column()
|
||||
id: string | null;
|
||||
|
||||
@Column()
|
||||
posMasterNoPrefix: string | null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue