ตัดการเพิ่มฟิว order ไปก่อนและฟิว code validate เฉพาะ root และ child 1
This commit is contained in:
parent
2dc74fc7d2
commit
aca680f4f4
10 changed files with 204 additions and 274 deletions
|
|
@ -109,13 +109,13 @@ export class CreateOrgChild1 {
|
|||
orgChild1ShortName: string;
|
||||
|
||||
@Column()
|
||||
orgChild1Code: string;
|
||||
orgChild1Code?: string;
|
||||
|
||||
@Column()
|
||||
orgChild1Rank: string;
|
||||
|
||||
@Column()
|
||||
orgChild1Order: number;
|
||||
// @Column()
|
||||
// orgChild1Order?: number;
|
||||
|
||||
@Column()
|
||||
orgChild1PhoneEx: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue