UNPKG

afdi-ambition-fbim-fe

Version:

3D组态BIM编辑器

15 lines (14 loc) 504 B
/**systemConfiguration */ export declare function useSystemConfigurationApi(): { /** * thing/(SystemConfiguration)表控制层-getByCode * @param data.code */ SystemConfiguration_GetByCodeGET(data: { code: string; }, config?: {}): Promise<IResponseSystemConfigurationVO>; /** * thing/(SystemConfiguration)表控制层-getListByCode */ SystemConfiguration_GetListByCodePOST(data: string[], config?: {}): Promise<IResponseListSystemConfigurationVO>; };