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

@ -114,9 +114,6 @@ export class CreateOrgChild1 {
@Column()
orgChild1Rank: string;
// @Column()
// orgChild1Order?: number;
@Column()
orgChild1PhoneEx: string;
@ -126,9 +123,6 @@ export class CreateOrgChild1 {
@Column()
orgChild1Fax: string;
@Column()
orgChild1IsNormal: boolean;
@Column('uuid')
orgRootId: string;