apzl_leasing/WebContent/WEB-INF/etc/jbo/jbo_app_fresh.xml
liujiaji 2a96eca121 添加 发起申请表 虚拟
flowAction 报错
2018-06-11 15:00:25 +08:00

419 lines
18 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<jbo>
<package name="jbo.app" label="应用相关配置">
<class name="TOKEN_SESSION" label="手机登录记录" keyAttributes="TOKEN">
<attributes>
<attribute name="TOKEN" label="TOKEN" type="STRING"
length="255" />
<attribute name="USER_ID" label="用户识别号" type="STRING"
length="32" />
<attribute name="DEV_ID" label="设备识别号" type="STRING"
length="255" />
<attribute name="DEV_OS" label="设备系统类别" type="STRING"
length="255" />
<attribute name="CREATED" label="创建时间" type="STRING"
length="40" />
<attribute name="EXPIRE_IN" label="更新时间" type="STRING"
length="40" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="TOKEN_SESSION" />
</managerProperties>
</manager>
</class>
<class name="APP_DO_CATALOG" label="模板录" keyAttributes="DONO">
<attributes>
<attribute name="DONO" label="模板号" type="STRING" length="32" />
<attribute name="DONAME" label="模板CODE" type="STRING"
length="100" />
</attributes>
</class>
<class name="AWE_DO_GROUP" label="模板分组" keyAttributes="dono">
<attributes>
<attribute name="DONO" label="模板号" type="STRING" length="32" />
<attribute name="DOCKID" label="分组编号" type="STRING"
length="32" />
<attribute name="DOCKNAME" label="分组名" type="STRING"
length="80" />
<attribute name="SORTNO" label="排序号" type="STRING" length="100" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="AWE_DO_GROUP" />
</managerProperties>
</manager>
</class>
<class name="AWE_DO_LIBRARY" label="模板库" keyAttributes="dono">
<attributes>
<attribute name="dono" label="模板号" type="String" length="400" />
<attribute name="colindex" label="字段索引" type="String"
length="400" />
<attribute name="sortno" label="字段排序" type="String"
length="400" />
<attribute name="isinuse" label="是否废弃" type="String"
length="400" />
<attribute name="coltablename" label="数据表名" type="String"
length="400" />
<attribute name="colactualname" label="数据库源名" type="String"
length="400" />
<attribute name="colname" label="使用名称" type="String"
length="400" />
<attribute name="coltype" label="值类型" type="String"
length="400" />
<attribute name="coldefaultvalue" label="缺省值" type="String"
length="400" />
<attribute name="colheader" label="内置按钮事件" type="String"
length="400" />
<attribute name="colunit" label="中文名称" type="String"
length="400" />
<attribute name="colcolumntype" label="是否汇总" type="String"
length="400" />
<attribute name="coleditstyle" label="编辑形式" type="String"
length="400" />
<attribute name="colcheckformat" label="校验样式" type="String"
length="400" />
<attribute name="colalign" label="对齐方式" type="String"
length="400" />
<attribute name="coleditsourcetype" label="显示来源类型" type="String"
length="400" />
<attribute name="coleditsource" label="显示来源" type="String"
length="400" />
<attribute name="colhtmlstyle" label="HTML显示格式" type="String"
length="400" />
<attribute name="collimit" label="长度限制" type="String"
length="400" />
<attribute name="colvisible" label="是否可见" type="String"
length="400" />
<attribute name="colreadonly" label="是否只读" type="String"
length="400" />
<attribute name="colrequired" label="是否必须" type="String"
length="400" />
<attribute name="colsortable" label="是否排序" type="String"
length="400" />
<attribute name="isfilter" label="是否查询" type="String"
length="400" />
<attribute name="colspan" label="跨几栏" type="String"
length="400" />
<attribute name="isautocomplete" label="自动输入提示" type="String"
length="400" />
<attribute name="groupid" label="组编号" type="String"
length="400" />
<attribute name="colfilterrefid" label="实际的关联字段" type="String"
length="400" />
<attribute name="inputuser" label="登记人" type="String"
length="400" />
<attribute name="inputtime" label="登记时间" type="String"
length="400" />
<attribute name="updateuser" label="更新人" type="String"
length="400" />
<attribute name="updatetime" label="更新时间" type="String"
length="400" />
<attribute name="isaudit" label="" type="String" length="400" />
<attribute name="colfilterattrs" label="关联内容选择" type="String"
length="400" />
<attribute name="isupdate" label="是否更新" type="String"
length="400" />
<attribute name="parentcolindex" label="父序号" type="String"
length="400" />
<attribute name="tips" label="提示" type="String" length="400" />
<attribute name="colinnerbtevent" label="内置按钮事件" type="String"
length="400" />
<attribute name="colfilteroptions" label="过滤设置" type="String"
length="400" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="awe_do_library" />
</managerProperties>
</manager>
</class>
<class name="APP_PUSH_CONFIG" label="app推送配置模板" keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="IS_PUSH" label="是否开启推送功能" type="STRING"
length="100" />
<attribute name="APP_SECRET_KEY_ANDROID" label="安卓手机推送秘钥"
type="STRING" length="4000" />
<attribute name="APP_SECRET_KEY_IOS" label="IOS手机推送秘钥"
type="STRING" length="4000" />
<attribute name="MY_PACKAGE_NAME" label="安卓应用程序包名" type="STRING"
length="4000" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="APP_PUSH_CONFIG" />
</managerProperties>
</manager>
</class>
<class name="APP_PUSH_MESSAGE" label="app推送模板" keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="USERID" label="用户编号" type="STRING"
length="100" />
<attribute name="title" label="消息标题" type="STRING" length="4000" />
<attribute name="MESSAGE_CONTENT" label="信息内容" type="STRING"
length="4000" />
<attribute name="PUSH_TYPE" label="推送状态" type="STRING"
length="1" />
<attribute name="PUSH_RESULT" label="推送结果" type="STRING"
length="4000" />
<attribute name="PUSH_TS" label="推送时间" type="STRING"
length="100" />
<attribute name="RECORD_TS" label="记录时间" type="STRING"
length="100" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="APP_PUSH_MESSAGE" />
</managerProperties>
</manager>
</class>
<class name="APP_VERSION" label="APP版本" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="32" />
<attribute name="VERSION_DESC" label="版本描述" type="STRING"
length="255" />
<attribute name="UP_DATE" label="上传时间" type="STRING"
length="20" />
<attribute name="IMAGE_PATH" label="下载路径" type="STRING"
length="512" />
<attribute name="IS_NEW" label="是否新版本" type="STRING"
length="10" />
<attribute name="PHONE_TYPE" label="手机类型" type="STRING"
length="10" />
<attribute name="CREATE_DATE" label="创造日期" type="STRING"
length="20" />
<attribute name="MODIFY_DATE" label="修改日期" type="STRING"
length="20" />
<attribute name="BASE_FILE_ID" label="基本文件id" type="STRING"
length="32" />
<attribute name="CREATOR" label="创造者" type="STRING"
length="32" />
<attribute name="MODIFICATOR" label="修改者" type="STRING"
length="32" />
<attribute name="VERSION_CODE" label="版本号" type="STRING"
length="255" />
<attribute name="VERSION_NAME" label="版本名" type="STRING"
length="255" />
<attribute name="MUST_UPDATE" label="是否强制更新" type="STRING"
length="10" />
<attribute name="FILE_NAME" label="文件名" type="STRING"
length="512" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="APP_VERSION" />
</managerProperties>
</manager>
</class>
<!-- <class name="APP_BUSINESS_GROUP" label="App业务详情分组配置" keyAttributes="GROUP_CODE">
<attributes> <attribute name="GROUP_CODE" lable="分组描述" type="STRING" length="300"
/> <attribute name="GROUP_NAME" lable="分组名称" type="STRING" length="300" />
<attribute name="FLOWNO" lable="流程号" type="STRING" length="2000" /> <attribute
name="PHASENO" lable="节点号" type="STRING" length="2000" /> <attribute name="ISLIST"
lable="是否显示列表" type="STRING" length="18" /> <attribute name="GROUP_POSITION"
lable="分组位置" type="int" length="20" /> </attributes> <manager> <managerProperties>
<property name="createKey" value="true" /> <property name="table" value="APP_BUSINESS_GROUP"
/> </managerProperties> </manager> </class> <class name="APP_BUSINESS_TEMPLATE"
label="App业务详情数据配置" keyAttributes="DATA_CODE"> <attributes> <attribute name="GROUP_CODE"
lable="分组号" type="STRING" length="900" /> <attribute name="DONO" lable="library
绑定用-模板号" type="STRING" length="96" /> <attribute name="COLINDEX" lable="library
绑定用-字段号" type="STRING" length="54" /> <attribute name="SORTNO" lable="library
绑定用-字段号" type="STRING" length="54" /> <attribute name="COLNAME" lable="library
绑定用-使用名称" type="STRING" length="80" /> <attribute name="DATA_NAME" lable="数据名称"
type="STRING" length="900" /> <attribute name="DATA_CODE" lable="数据域名" type="STRING"
length="900" /> <attribute name="ISLIST" lable="列表页面显示" type="STRING" length="54"
/> <attribute name="ISSHOW" lable="详情页面显示" type="STRING" length="54" /> <attribute
name="DATA_POSITION" lable="数据位置" type="int" length="20" /> <attribute name="ISCONVERT"
lable="是否转换" type="STRING" length="54" /> </attributes> <manager> <managerProperties>
<property name="createKey" value="true" /> <property name="table" value="APP_BUSINESS_TEMPLATE"
/> </managerProperties> </manager> </class> -->
<class name="APP_BUSINESS_GROUP" label="App业务详情分组配置"
keyAttributes="GROUP_CODE">
<attributes>
<attribute name="GROUP_CODE" lable="分组描述" type="STRING"
length="300" />
<attribute name="GROUP_NAME" lable="分组名称" type="STRING"
length="300" />
<attribute name="ISLIST" lable="是否显示列表" type="STRING"
length="18" />
<attribute name="GROUP_POSITION" lable="分组位置" type="int"
length="20" />
<attribute name="GROUP_ENABLE" lable="是否开启分组" type="STRING"
length="1" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="APP_BUSINESS_GROUP" />
</managerProperties>
</manager>
</class>
<class name="APP_BUSINESS_TEMPLATE" label="App业务详情数据配置"
keyAttributes="GROUP_CODE,DATA_CODE">
<attributes>
<attribute name="GROUP_CODE" lable="分组号" type="STRING"
length="900" />
<attribute name="DONO" lable="library 绑定用-模板号" type="STRING"
length="96" />
<attribute name="COLINDEX" lable="library 绑定用-字段号" type="STRING"
length="54" />
<attribute name="SORTNO" lable="library 绑定用-字段号" type="STRING"
length="54" />
<attribute name="COLNAME" lable="library 绑定用-使用名称" type="STRING"
length="80" />
<attribute name="DATA_NAME" lable="数据名称" type="STRING"
length="900" />
<attribute name="DATA_CODE" lable="数据域名" type="STRING"
length="900" />
<attribute name="ISLIST" lable="列表页面显示" type="STRING"
length="54" />
<attribute name="ISSHOW" lable="详情页面显示" type="STRING"
length="54" />
<attribute name="DATA_POSITION" lable="数据位置" type="int"
length="20" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="APP_BUSINESS_TEMPLATE" />
</managerProperties>
</manager>
</class>
<!-- app流程页签配置 -->
<class name="PRD_NODEINFO_CATALOG_APP" label="app流程页签配置"
keyAttributes="ID">
<attributes>
<attribute name="ID" lable="主键ID" type="STRING" length="100" />
<attribute name="FLOWNO" lable="流程编号" type="STRING"
length="100" />
<attribute name="PHASENO" lable="节点编号" type="STRING"
length="100" />
<attribute name="CONFIG_TYPE" lable="配置类型" type="STRING"
length="100" />
<attribute name="CONFIG_DISPLAY" lable="配置显示" type="STRING"
length="100" />
<attribute name="ENABLE_OPERATION" lable="是否可操作" type="STRING"
length="1" />
<attribute name="SORTNO" lable="排序号" type="int" length="19" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="PRD_NODEINFO_CATALOG_APP" />
</managerProperties>
</manager>
</class>
<class name="PRD_NODEINFO_LIBRARY_APP" label="app流程页签库配置"
keyAttributes="ID">
<attributes>
<attribute name="ID" lable="编号" type="STRING" length="100" />
<attribute name="APP_BUSINESS_GROUP_CODE" lable="App业务详情分组配置COD"
type="STRING" length="100" />
<attribute name="INITIAL_CONDITION" lable="初始参数" type="STRING"
length="3000" />
<attribute name="AUXILIARY_CONDITION" lable="附加参数" type="STRING"
length="3000" />
<attribute name="INTERFACE_DESC" lable="接口描述" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE1" lable="追加参数1" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE2" lable="追加参数2" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE3" lable="追加参数3" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE4" lable="追加参数4" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE5" lable="追加参数5" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE6" lable="追加参数6" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE7" lable="追加参数7" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE8" lable="追加参数8" type="STRING"
length="3000" />
<attribute name="ATTRIBUTE9" lable="追加参数9" type="STRING"
length="3000" />
<attribute name="REBUILD_JBO_CLASS" lable="追加参数9" type="STRING"
length="3000" />
<attribute name="FATHER_ID" lable="父ID" type="STRING"
length="3000" />
<attribute name="DISPLAY_MANAGE_CLASS" lable="查询模板控制类"
type="STRING" length="3000" />
<attribute name="SAVE_MANAGE_CLASS" lable="保存模板控制类" type="STRING"
length="3000" />
<attribute name="DELETE_MANAGE_CLASS" lable="删除模板控制类"
type="STRING" length="3000" />
<attribute name="ENABLE_CONDITION" lable="启用条件开启" type="STRING"
length="1" />
<attribute name="OPEN_CONDITION" lable="开启条件" type="STRING"
length="3000" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="PRD_NODEINFO_LIBRARY_APP" />
</managerProperties>
</manager>
</class>
<class name="PRD_NODEINFO_MIDDLE_APP" label="app流程页签库配置中间表"
keyAttributes="APP_NODE_LIBRARY_ID,APP_NODE_CATALOG_ID">
<attributes>
<attribute name="APP_NODE_LIBRARY_ID" lable="app流程页签接口库配置ID"
type="STRING" length="100" />
<attribute name="APP_NODE_CATALOG_ID" lable="app流程页签配置ID"
type="STRING" length="100" />
<attribute name="APP_DISPLAY" lable="配置显示" type="STRING"
length="100" />
<attribute name="ENABLE_QUERY" lable="可查询操作" type="STRING"
length="1" />
<attribute name="ENABLE_SAVE" lable="可保持操作" type="STRING"
length="1" />
<attribute name="ENABLE_DELETE" lable="可删除操作" type="STRING"
length="1" />
<attribute name="SORTNO" lable="排序号" type="int" length="19" />
<attribute name="ISINUSE" lable="是否有效" type="STRING"
length="1" />
<attribute name="ENABLE_DOWNLOAD" lable="可下载操作" type="STRING"
length="1" />
<attribute name="DOWNLOAD_PARAM" lable="下载参数" type="STRING"
length="1000" />
</attributes>
</class>
<class name="APP_BUSINESS_START" label="业务申请发起" keyAttributes="">
<attributes>
<attribute name="CARATTRIBUTES" lable="车辆属性" type="STRING" length="1000" />
<attribute name="LEASEHOLD" lable="租赁方式" type="STRING" length="1000" />
<attribute name="PRODUCTMODEL" lable="品牌选择" type="STRING" length="1000" />
<attribute name="CARSERIES" lable="车系选择" type="STRING" length="1000" />
<attribute name="CARSYSTEM" lable="车型选择" type="STRING" length="1000" />
<attribute name="PRODUCTID" lable="产品编号" type="STRING" length="1000" />
<attribute name="PRODUCTNAME" lable="产品名称" type="STRING" length="1000" />
<attribute name="CUSTOMERID" lable="客户编号" type="STRING" length="1000" />
<attribute name="CUSTOMERNAME" lable="客户名称" type="STRING" length="1000" />
<attribute name="CUSTOMER_TYPE" lable="客户类型" type="STRING" length="1000" />
<attribute name="CERTTYPE" lable="证件类型" type="STRING" length="1000" />
<attribute name="CERTID" lable="证件号" type="STRING" length="1000" />
</attributes>
</class>
<!-- app流程页签配置 -->
</package>
</jbo>