Skip to main content
Version: 3.7

Backend 后端

后端

1. 结构声明

class Backend extends BaseNode {
name: string = '';
variables: Array<BackendVariable>;
}