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;
|
orgChild1Rank: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgChild1RankSub: string;
|
orgChild1RankSub?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgChild1PhoneEx?: string;
|
orgChild1PhoneEx?: string;
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ export class CreateOrgChild2 {
|
||||||
orgChild2Rank: string;
|
orgChild2Rank: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgChild2RankSub: string;
|
orgChild2RankSub?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgChild2PhoneEx?: string;
|
orgChild2PhoneEx?: string;
|
||||||
|
|
|
||||||
|
|
@ -157,7 +157,7 @@ export class CreateOrgChild3 {
|
||||||
orgChild3Rank: string;
|
orgChild3Rank: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgChild3RankSub: string;
|
orgChild3RankSub?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgChild3PhoneEx?: string;
|
orgChild3PhoneEx?: string;
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@ export class CreateOrgChild4 {
|
||||||
orgChild4Rank: string;
|
orgChild4Rank: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgChild4RankSub: string;
|
orgChild4RankSub?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgChild4PhoneEx?: string;
|
orgChild4PhoneEx?: string;
|
||||||
|
|
|
||||||
|
|
@ -135,8 +135,8 @@ export class CreateOrgRoot {
|
||||||
@Column()
|
@Column()
|
||||||
orgRootRank: OrgRootRank;
|
orgRootRank: OrgRootRank;
|
||||||
|
|
||||||
@Column()
|
// @Column()
|
||||||
orgRootRankSub?: string;
|
// orgRootRankSub?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
orgRootPhoneEx?: string;
|
orgRootPhoneEx?: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue