九数云数据源插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
huangmb 21c866829a readme 1 month ago
gradle/wrapper init 1 month ago
src init 1 month ago
test init 1 month ago
.gitignore init 1 month ago
.npmrc init 1 month ago
babel.config.js init 1 month ago
build-js.sh init 1 month ago
build-plugin.sh init 1 month ago
build.gradle.kts init 1 month ago
build.sh init 1 month ago
gradlew init 1 month ago
gradlew.bat init 1 month ago
jest.config.js init 1 month ago
jsconfig.json init 1 month ago
package-lock.json init 1 month ago
package.json init 1 month ago
readme.md readme 1 month ago
settings.gradle.kts init 1 month ago
webpack.config.js init 1 month ago

readme.md

数据源插件

这是一个数据源插件示例,使用假数据生成演示将如何将外部数据集成到帆软应用数据源中,演示了如何实现表单创建、表结构获取、数据概要信息展示、数据同步。 可在此项目基础上修改实现新的API数据源接入。

插件开发文档见 数据源插件开发

表单声明结构见 数据源表单