fix OrgController
This commit is contained in:
parent
22324853db
commit
e05d4f8d8e
10 changed files with 58 additions and 90 deletions
|
|
@ -114,9 +114,6 @@ export class CreateOrgChild1 {
|
|||
@Column()
|
||||
orgChild1Rank: string;
|
||||
|
||||
// @Column()
|
||||
// orgChild1Order?: number;
|
||||
|
||||
@Column()
|
||||
orgChild1PhoneEx: string;
|
||||
|
||||
|
|
@ -126,9 +123,6 @@ export class CreateOrgChild1 {
|
|||
@Column()
|
||||
orgChild1Fax: string;
|
||||
|
||||
@Column()
|
||||
orgChild1IsNormal: boolean;
|
||||
|
||||
@Column('uuid')
|
||||
orgRootId: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue