no message
This commit is contained in:
parent
3e38924985
commit
bc394f503c
5 changed files with 6 additions and 6 deletions
|
|
@ -143,7 +143,7 @@ export class CreateOrgChild1 {
|
|||
orgChild1Rank: string;
|
||||
|
||||
@Column()
|
||||
orgChild1RankSub: string;
|
||||
orgChild1RankSub?: string;
|
||||
|
||||
@Column()
|
||||
orgChild1PhoneEx?: string;
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ export class CreateOrgChild2 {
|
|||
orgChild2Rank: string;
|
||||
|
||||
@Column()
|
||||
orgChild2RankSub: string;
|
||||
orgChild2RankSub?: string;
|
||||
|
||||
@Column()
|
||||
orgChild2PhoneEx?: string;
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ export class CreateOrgChild3 {
|
|||
orgChild3Rank: string;
|
||||
|
||||
@Column()
|
||||
orgChild3RankSub: string;
|
||||
orgChild3RankSub?: string;
|
||||
|
||||
@Column()
|
||||
orgChild3PhoneEx?: string;
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ export class CreateOrgChild4 {
|
|||
orgChild4Rank: string;
|
||||
|
||||
@Column()
|
||||
orgChild4RankSub: string;
|
||||
orgChild4RankSub?: string;
|
||||
|
||||
@Column()
|
||||
orgChild4PhoneEx?: string;
|
||||
|
|
|
|||
|
|
@ -135,8 +135,8 @@ export class CreateOrgRoot {
|
|||
@Column()
|
||||
orgRootRank: OrgRootRank;
|
||||
|
||||
@Column()
|
||||
orgRootRankSub?: string;
|
||||
// @Column()
|
||||
// orgRootRankSub?: string;
|
||||
|
||||
@Column()
|
||||
orgRootPhoneEx?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue