afdi-ambition-fbim-fe
Version:
3D组态BIM编辑器
20 lines (19 loc) • 663 B
TypeScript
/**systemType */
export declare function useSystemTypeApi(): {
/**
* thing/(SystemType)表控制层-getSystemTypeTree
*/
SystemType_GetSystemTypeTreeGET(config?: {}): Promise<IResponseListSystemTypeTreeVO>;
/**
* thing/(SystemType)表控制层-add
*/
SystemType_AddPOST(data: ISystemTypeDTO, config?: {}): Promise<IResponseString>;
/**
* thing/(SystemType)表控制层-edit
*/
SystemType_EditPOST(data: ISystemTypeEditDTO, config?: {}): Promise<IResponseString>;
/**
* thing/(SystemType)表控制层-delete
*/
SystemType_DeletePOST(data: number[], config?: {}): Promise<IResponseString>;
};