ตัดการเพิ่มฟิว order ไปก่อนและฟิว code validate เฉพาะ root และ child 1

This commit is contained in:
AdisakKanthawilang 2024-01-26 11:36:21 +07:00
parent 2dc74fc7d2
commit aca680f4f4
10 changed files with 204 additions and 274 deletions

View file

@ -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;