ประวัติการแก้โครงสร่าง
This commit is contained in:
parent
9166faf102
commit
14eb068a18
3 changed files with 144 additions and 9 deletions
|
|
@ -143,19 +143,19 @@ export class CreatePosMaster {
|
|||
positions: CreatePosDict[];
|
||||
|
||||
@Column("uuid")
|
||||
orgRootId: string;
|
||||
orgRootId?: string;
|
||||
|
||||
@Column("uuid")
|
||||
orgChild1Id: string;
|
||||
orgChild1Id?: string;
|
||||
|
||||
@Column("uuid")
|
||||
orgChild2Id: string;
|
||||
orgChild2Id?: string;
|
||||
|
||||
@Column("uuid")
|
||||
orgChild3Id: string;
|
||||
orgChild3Id?: string;
|
||||
|
||||
@Column("uuid")
|
||||
orgChild4Id: string;
|
||||
orgChild4Id?: string;
|
||||
}
|
||||
|
||||
export type UpdatePosMaster = Partial<PosMaster>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue