export interface CloudtProject { id: number; orgId: number; code: string; name: string; shortName: null; syncCode: string; manager: string; managerMobile: string; overview: string; constructStatus: number; constructType: string; constructPurpose: string; structType: string; planStart: number; planEnd: number; actualStart: number; area: number; price: number; location: string; longitude: string; latitude: string; biddingUnit: string; designUnit: string; constructUnit: string; supervisingUnit: string; updateDate: null; commandName: null; parentName: null; province: string; city: string; district: string; country: string; extendFields: null; managers: null; deleted: boolean; workspaceId: null; contractDate: null; realFinishDate: null; ownerCompany: null; }