UNPKG

afdi-ambition-fbim-fe

Version:

3D组态BIM编辑器

15 lines (14 loc) 418 B
/**statistics */ export declare function useStatisticsApi(): { /** * view/统计-数据统计-stat */ Statistics_StatPOST(data: IStatisticsParamDTO, config?: {}): Promise<IResponseStatisticsResultVO>; /** * view/统计-数据统计-getDict * @param data.type */ Statistics_GetDictGET(data: { type?: number | string; }, config?: {}): Promise<IResponseMapObject>; };