fix OrgController
This commit is contained in:
parent
22324853db
commit
e05d4f8d8e
10 changed files with 58 additions and 90 deletions
|
|
@ -129,9 +129,6 @@ export class CreateOrgChild2 {
|
|||
@Column()
|
||||
orgChild2Rank: string;
|
||||
|
||||
// @Column()
|
||||
// orgChild2Order: number;
|
||||
|
||||
@Column()
|
||||
orgChild2PhoneEx: string;
|
||||
|
||||
|
|
@ -141,9 +138,6 @@ export class CreateOrgChild2 {
|
|||
@Column()
|
||||
orgChild2Fax: string;
|
||||
|
||||
@Column()
|
||||
orgChild2IsNormal: boolean;
|
||||
|
||||
@Column('uuid')
|
||||
orgChild1Id: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue