fix
This commit is contained in:
parent
53e7badead
commit
65a8c757d7
3 changed files with 13 additions and 4 deletions
|
|
@ -78,6 +78,9 @@ export class PosDict extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreatePosDict {
|
||||
@Column()
|
||||
id?: string | null;
|
||||
|
||||
@Column()
|
||||
posDictName: string | null;
|
||||
|
||||
|
|
|
|||
|
|
@ -266,9 +266,6 @@ 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