xsy-breeze-ui-rpa > EntityOperationInterface
EntityOperationInterface interface
实体相关数据操作类
Signature:
export interface EntityOperationInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | { get: { param: { id: string; }; return: object; }; update: { param: object; return: object; }; create: { param: object; return: object; }; delete: { param: { id: string; }; return: object; }; getList: { param: object; return: object; }; callCustomAction: { param: { actionName: string; param: any; }; return: object; }; } | |
| outports | {} |
