fix OrgController

This commit is contained in:
AdisakKanthawilang 2024-01-26 15:54:07 +07:00
parent 22324853db
commit e05d4f8d8e
10 changed files with 58 additions and 90 deletions

View file

@ -129,9 +129,6 @@ export class CreateOrgChild2 {
@Column()
orgChild2Rank: string;
// @Column()
// orgChild2Order: number;
@Column()
orgChild2PhoneEx: string;
@ -141,9 +138,6 @@ export class CreateOrgChild2 {
@Column()
orgChild2Fax: string;
@Column()
orgChild2IsNormal: boolean;
@Column('uuid')
orgChild1Id: string;