import { ApiClientFactory } from '../core/api.client.factory'; export declare class ScientificConstructionService { private factory; constructor(factory: ApiClientFactory); loadWeatherMonitoringTody(projectId: string): Promise; loadWeatherMonitoringReadTime(projectId: string): Promise; loadWeatherMonitoringMonth(projectId: string): Promise; loadWeatherMonitoringInfo(projectId: string): Promise; loadWeatherMonitoring(projectId: string): Promise; /** * 获取科学施工列表 * @param projectId * @param data */ loadConstructionList(projectId: string, data: any): Promise; }