fix OrgController
This commit is contained in:
parent
22324853db
commit
e05d4f8d8e
10 changed files with 58 additions and 90 deletions
|
|
@ -136,9 +136,6 @@ export class CreateOrgChild4 {
|
|||
@Column()
|
||||
orgChild4Rank: string;
|
||||
|
||||
// @Column()
|
||||
// orgChild4Order: number;
|
||||
|
||||
@Column()
|
||||
orgChild4PhoneEx: string;
|
||||
|
||||
|
|
@ -147,9 +144,6 @@ export class CreateOrgChild4 {
|
|||
|
||||
@Column()
|
||||
orgChild4Fax: string;
|
||||
|
||||
@Column()
|
||||
orgChild4IsNormal: boolean;
|
||||
|
||||
@Column('uuid')
|
||||
orgChild3Id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue