apps/com.actionsoft.apps.dict/manifest.xml

50 lines
2.6 KiB
XML
Raw Permalink Normal View History

2022-06-28 01:22:45 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<app xmlns="http://www.actionsoft.com.cn/app">
<name>基础字典</name>
<version>1.1</version>
<buildNo>63</buildNo>
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
<productId/>
<categoryVisible>true</categoryVisible>
<description><![CDATA[一个灵活、通用的字典数据管理应用]]></description>
<details><![CDATA[这是一个免费的AWS PaaS基础应用为开发者提供各类业务参数数据的定义和维护同时为最终PaaS的管理员提供了前端管理功能。
该应用可广泛适用于各种应用产品的基础数据的管理,尤其是那些结构较为稳定、需要安装预设的配置类参数(例如行业、地区、类型)。
<b>价值</b>
- 免除为每个应用重复抽取和设计Key/Value类业务参数字典加快开发效率
- 支持字典数据的自动安装、差异升级和卸载,让业务字典随自己的应用一起分发
- 在UI组件数据源和更多字典场景中一键引用和配置这里的字典数据
- 支持基于Excel模板的批量导入导出简化实施产品的复杂度
- 自带符合国家标准(GB)的常用字典,如省/市/县、性别、民族、国家地区等代码标准
<b>特点</b>
- 提供预设的扩展字段和维护界面,可根据字典结构的需要开启和配置
- 对字典“值”提供多语言维护界面,让业务类参数更好的支持多语言
- 支持字典数据缓存,避免数据库访问压力
- 支持简单键值结构的字典和父子结构(树结构)类字典
- 支持分发应用时,对字典数据的自动安装、差异追加
- 为开发者提供开放的ASLP接口如查询、管理字典数据
]]></details>
<installListener>com.actionsoft.apps.dict.event.InstallEvent</installListener>
<pluginListener>com.actionsoft.apps.dict.Plugins</pluginListener>
<startListener>com.actionsoft.apps.dict.event.StartEvent</startListener>
<stopListener/>
<upgradeListener>com.actionsoft.apps.dict.event.UpgradeEvent</upgradeListener>
<uninstallListener/>
<reloadable>true</reloadable>
<requires/>
<properties/>
<allowStartup>true</allowStartup>
<allowUpgradeByStore>true</allowUpgradeByStore>
<depend versions="6.3" env="6.3.3">_bpm.portal</depend>
<installDate/>
<productId/>
<releaseDate>2019-09-24</releaseDate>
<unInstallDate>2015-08-28 10:37:52</unInstallDate>
<icon code="&amp;#xe7dc;" color="#009b52"/>
<modelAdministrator/>
<suspend>false</suspend>
</app>