2018-08-14 17:16:10 +08:00

2259 lines
144 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<jbo>
<package name="jbo.sys" label="系统基础配置">
<class name="AWE_DO_CATALOG" label="模板" keyAttributes="dono">
<attributes>
<attribute name="DONO" label="模板编号" type="STRING" length="100" />
<attribute name="DONAME" label="模板名称" type="STRING"
length="100" />
<attribute name="ISINUSE" label="是否有效" type="STRING"
length="100" />
</attributes>
</class>
<class name="BOARD_LIST" label="通告栏" keyAttributes="BOARDNO">
<attributes>
<attribute name="BOARDNO" label="公告编号" type="STRING" length="32"/>
<attribute name="BOARDNAME" label="公告名称" type="STRING" length="100"/>
<attribute name="BOARDTITLE" label="公告标题" type="STRING" length="100"/>
<attribute name="BOARDDESC" label="公告描述" type="STRING" length="200"/>
<attribute name="ISPUBLISH" label="是否发布" type="STRING" length="18"/>
<attribute name="ISNEW" label="是否新" type="STRING" length="18"/>
<attribute name="ISEJECT" label="是否弹出" type="STRING" length="18"/>
<attribute name="FILENAME" label="公告文件名" type="STRING" length="100"/>
<attribute name="CONTENTTYPE" label="内容类型" type="STRING" length="50"/>
<attribute name="CONTENTLENGTH" label="内容长度" type="STRING" length="32"/>
<attribute name="UPLOADTIME" label="上传时间" type="STRING" length="20"/>
<attribute name="DOCCONTENT" label="文档内容" type="STRING" length="20"/>
<attribute name="SHOWTOROLES" label="可查看角色列表" type="STRING" length="80"/>
<attribute name="SHOWTOORG" label="可查看机构(含下属)" type="STRING" length="32"/>
<attribute name="SHOWTOORGS" label="可查看机构清单(不含下属)" type="STRING" length="32"/>
<attribute name="ENDTIME" label="ENDTIME" type="STRING" length="20"/>
<attribute name="RELATIVE_ID" label="ENDTIME" type="STRING" length="32"/>
<attribute name="BOARDTEXT" label="BOARDTEXT" type="STRING" length="32"/>
<attribute name="inputuserid" label="创建人" type="STRING" length="32"/>
<attribute name="inputorgid" label="创建人部门" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新人部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true"/>
<property name="table" value="BOARD_LIST"/>
</managerProperties>
</manager>
</class>
<class name="CLASSIFY_CATALOG" label="分类模板目录" keyAttributes="MODELNO">
<attributes>
<attribute name="MODELNO" label="模板编号" type="STRING" length="32"/>
<attribute name="MODELNAME" label="模板名称" type="STRING" length="80"/>
<attribute name="MODELDESCRIBE" label="模板描述" type="STRING" length="80"/>
<attribute name="MODELATTRIBUTE" label="模板属性" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="CLASSIFY_CATALOG"/>
</managerProperties>
</manager>
</class>
<class name="CLASSIFY_MODEL" label="分类模型" keyAttributes="MODELNO,GROUPNO,CONDITIONNO,STATUS">
<attributes>
<attribute name="MODELNO" label="模板编号" type="STRING" length="32"/>
<attribute name="GROUPNO" label="组编号" type="STRING" length="32"/>
<attribute name="CONDITIONNO" label="条件编号" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="80"/>
<attribute name="NEXTSTATUS" label="后续状态" type="STRING" length="80"/>
<attribute name="NEXTACTION" label="后续动作" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="CLASSIFY_MODEL"/>
</managerProperties>
</manager>
</class>
<class name="CLASS_ATTRIBUTE" label="属性库" keyAttributes="CLASSNAME,ATTRIBUTENAME">
<attributes>
<attribute name="CLASSNAME" label="类名称" type="STRING" length="80"/>
<attribute name="ATTRIBUTENAME" label="ATTRIBUTENAME" type="STRING" length="80"/>
<attribute name="ATTRIBUTETYPE" label="属性类型" type="STRING" length="18"/>
<attribute name="ATTRIBUTEDESCRIBE" label="ATTRIBUTEDESCRIBE" type="STRING" length="80"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="CLASS_ATTRIBUTE"/>
</managerProperties>
</manager>
</class>
<class name="CLASS_CATALOG" label="方法库目录" keyAttributes="CLASSNAME">
<attributes>
<attribute name="CLASSNAME" label="类名称" type="STRING" length="80"/>
<attribute name="CLASSTYPE" label="类分类" type="STRING" length="18"/>
<attribute name="CLASSDESCRIBE" label="类描述" type="STRING" length="250"/>
<attribute name="PARENTCLASS" label="父类名称" type="STRING" length="80"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="CLASS_CATALOG"/>
</managerProperties>
</manager>
</class>
<class name="CLASS_METHOD" label="方法库明细" keyAttributes="CLASSNAME,METHODNAME">
<attributes>
<attribute name="CLASSNAME" label="类名称" type="STRING" length="80"/>
<attribute name="METHODNAME" label="方法名称" type="STRING" length="80"/>
<attribute name="METHODTYPE" label="方法类型" type="STRING" length="18"/>
<attribute name="METHODDESCRIBE" label="方法描述" type="STRING" length="250"/>
<attribute name="RETURNTYPE" label="返回值类型" type="STRING" length="18"/>
<attribute name="METHODARGS" label="方法参数" type="STRING" length="250"/>
<attribute name="METHODCODE" label="方法实现代码" type="STRING" length="1600"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="CLASS_METHOD"/>
</managerProperties>
</manager>
</class>
<class name="CODE_CATALOG" label="代码类别表" keyAttributes="CODENO">
<attributes>
<attribute name="CODENO" label="代码编号" type="STRING" length="32"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="32"/>
<attribute name="CODETYPEONE" label="代码大类" type="STRING" length="80"/>
<attribute name="CODETYPETWO" label="代码小类" type="STRING" length="80"/>
<attribute name="CODENAME" label="代码名称" type="STRING" length="80"/>
<attribute name="CODEDESCRIBE" label="代码描述" type="STRING" length="250"/>
<attribute name="CODEATTRIBUTE" label="代码属性" type="STRING" length="250"/>
<attribute name="INPUTUSER" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="录入机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="CODE_CATALOG"/>
</managerProperties>
</manager>
</class>
<class name="CODE_LIBRARY" label="代码库" keyAttributes="CODENO,ITEMNO">
<attributes>
<attribute name="CODENO" label="代码编号" type="STRING" length="32"/>
<attribute name="ITEMNO" label="代码项编号" type="STRING" length="32"/>
<attribute name="ITEMNAME" label="代码项名称" type="STRING" length="250"/>
<attribute name="BANKNO" label="征信代码" type="STRING" length="32"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="32"/>
<attribute name="ISINUSE" label="是否使用" type="STRING" length="18"/>
<attribute name="ITEMDESCRIBE" label="代码项描述" type="STRING" length="800"/>
<attribute name="ITEMATTRIBUTE" label="代码项属性" type="STRING" length="800"/>
<attribute name="RELATIVECODE" label="相关代码" type="STRING" length="1600"/>
<attribute name="ATTRIBUTE1" label="属性一" type="STRING" length="800"/>
<attribute name="ATTRIBUTE2" label="属性二" type="STRING" length="250"/>
<attribute name="ATTRIBUTE3" label="属性三" type="STRING" length="250"/>
<attribute name="ATTRIBUTE4" label="属性四" type="STRING" length="250"/>
<attribute name="ATTRIBUTE5" label="属性五" type="STRING" length="250"/>
<attribute name="ATTRIBUTE6" label="属性六" type="STRING" length="250"/>
<attribute name="ATTRIBUTE7" label="属性七" type="STRING" length="250"/>
<attribute name="ATTRIBUTE8" label="属性八" type="STRING" length="250"/>
<attribute name="INPUTUSER" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="录入机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="HELPTEXT" label="HELPTEXT" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="CODE_LIBRARY"/>
<property name="query.largeResultWarn" value="5000"/>
<property name="query.largeResultLimit" value="15000"/>
</managerProperties>
</manager>
</class>
<class name="DOC_ATTACHMENT" label="文档附件库" keyAttributes="DOCNO,ATTACHMENTNO">
<attributes>
<attribute name="DOCNO" label="文档编号" type="STRING" length="32"/>
<attribute name="ATTACHMENTNO" label="附件编号" type="STRING" length="32"/>
<attribute name="FILEPATH" label="文档路径" type="STRING" length="120"/>
<attribute name="FULLPATH" label="文档全路径" type="STRING" length="200"/>
<attribute name="FILESAVEMODE" label="文档保存模式" type="STRING" length="18"/>
<attribute name="FILENAME" label="文档全路径文件名" type="STRING" length="250"/>
<attribute name="CONTENTTYPE" label="内容类型" type="STRING" length="32"/>
<attribute name="CONTENTLENGTH" label="内容长度" type="STRING" length="32"/>
<attribute name="CONTENTSTATUS" label="内容状态" type="STRING" length="18"/>
<attribute name="BEGINTIME" label="发送开始时间" type="STRING" length="20"/>
<attribute name="ENDTIME" label="发送完成时间" type="STRING" length="20"/>
<attribute name="DOCCONTENT" label="文档内容" type="STRING" length="20"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="UPDATEUSER" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="taskno" label="任务编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="DOC_ATTACHMENT"/>
</managerProperties>
</manager>
</class>
<class name="DOC_LIBRARY" label="文档资料库" keyAttributes="DOCNO">
<attributes>
<attribute name="DOCNO" label="文档编号" type="STRING" length="32"/>
<attribute name="DOCTYPE" label="文档类型" type="STRING" length="18"/>
<attribute name="DOCTITLE" label="文档名称" type="STRING" length="80"/>
<attribute name="DOCLENGTH" label="文档长度" type="STRING" length="32"/>
<attribute name="DOCIMPORTANCE" label="文档重要性" type="STRING" length="18"/>
<attribute name="DOCSECRET" label="文档密级" type="STRING" length="18"/>
<attribute name="DOCSTAGE" label="所属阶段" type="STRING" length="18"/>
<attribute name="DOCSOURCE" label="文档来源" type="STRING" length="80"/>
<attribute name="DOCUNIT" label="编制单位" type="STRING" length="80"/>
<attribute name="DOCDATE" label="编制日期" type="DATE" length="10"/>
<attribute name="DOCORGANIZER" label="编制人" type="STRING" length="80"/>
<attribute name="DOCKEYWORD" label="文档主题词" type="STRING" length="250"/>
<attribute name="DOCABSTRACT" label="文档摘要" type="STRING" length="250"/>
<attribute name="DOCLOCATION" label="文档保存位置" type="STRING" length="250"/>
<attribute name="DOCATTRIBUTE" label="文档性质" type="STRING" length="18"/>
<attribute name="USERID" label="操作员" type="STRING" length="32"/>
<attribute name="USERNAME" label="操作员姓名" type="STRING" length="32"/>
<attribute name="ORGID" label="所属行编号" type="STRING" length="32"/>
<attribute name="ORGNAME" label="所属行名称" type="STRING" length="80"/>
<attribute name="TRANSFORMTIME" label="计划发送时间" type="STRING" length="20"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记单位" type="STRING" length="80"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="UPDATEUSER" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="20"/>
<attribute name="DOCFLAG" label="DOCFLAG" type="STRING" length="18"/>
<attribute name="SORTNO" label="SORTNO" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="CUSTOMERID" label="客户" type="STRING" length="32"/>
<attribute name="two_classify" label="二级分类" type="STRING" length="32"/>
<attribute name="three_classify" label="三级分类" type="STRING" length="32"/>
<attribute name="four_classify" label="四级分类" type="STRING" length="32"/>
<attribute name="five_classify" label="五级分类" type="STRING" length="32"/>
<attribute name="template_no" label="模板编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true"/>
<property name="table" value="DOC_LIBRARY"/>
</managerProperties>
</manager>
</class>
<class name="DOC_PRINT" label="文档打印" keyAttributes="DOCNO">
<attributes>
<attribute name="DOCNO" label="文档编号" type="STRING" length="32"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="FILENAME" label="文档名称" type="STRING" length="250"/>
<attribute name="CONTENTTYPE" label="内容类型" type="STRING" length="32"/>
<attribute name="CONTENTLENGTH" label="内容长度" type="STRING" length="32"/>
<attribute name="CONTENTSTATUS" label="内容状态" type="STRING" length="18"/>
<attribute name="BEGINTIME" label="开始时间" type="STRING" length="20"/>
<attribute name="ENDTIME" label="结束时间" type="STRING" length="20"/>
<attribute name="DOCCONTENT" label="文档内容" type="STRING" length="20"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="DOC_PRINT"/>
</managerProperties>
</manager>
</class>
<class name="DOC_PRINT_DEF" label="文档打印定义">
<attributes>
<attribute name="TYPENO" label="类型编号" type="STRING" length="18"/>
<attribute name="DOCNO" label="文档编号" type="STRING" length="32"/>
<attribute name="ATTACHMENTNO" label="附件编号" type="STRING" length="32"/>
<attribute name="FILENAME" label="文档名称" type="STRING" length="250"/>
<attribute name="CONTENTTYPE" label="内容类型" type="STRING" length="32"/>
<attribute name="CONTENTLENGTH" label="内容长度" type="STRING" length="32"/>
<attribute name="CONTENTSTATUS" label="内容状态" type="STRING" length="18"/>
<attribute name="BEGINTIME" label="开始时间" type="STRING" length="20"/>
<attribute name="ENDTIME" label="结束时间" type="STRING" length="20"/>
<attribute name="DOCCONTENT" label="文档内容" type="STRING" length="20"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="DOC_PRINT_DEF"/>
</managerProperties>
</manager>
</class>
<class name="DOC_RELATIVE" label="文档关联对象表" keyAttributes="DOCNO,OBJECTTYPE,OBJECTNO">
<attributes>
<attribute name="DOCNO" label="文档编号" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类别" type="STRING" length="18"/>
<attribute name="OBJECTNO" label="对象标识" type="STRING" length="32"/>
<attribute name="OBJECTNAME" label="对象名称" type="STRING" length="80"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="DOC_RELATIVE"/>
</managerProperties>
</manager>
</class>
<class name="DOC_TRANSFORM" label="文档传送">
<attributes>
<attribute name="SOURCEFILENAME" label="源文件名" type="STRING" length="250"/>
<attribute name="TRANSFORMTIME" label="要求发放时间" type="STRING" length="20"/>
<attribute name="ACTUALTIME" label="实际发放时间" type="STRING" length="20"/>
<attribute name="ISFINISHED" label="发放完毕否" type="STRING" length="18"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="DOC_TRANSFORM"/>
</managerProperties>
</manager>
</class>
<class name="EVALUATE_CATALOG" label="评估模型目录" keyAttributes="MODELNO">
<attributes>
<attribute name="MODELNO" label="评估表编号" type="STRING" length="32"/>
<attribute name="MODELNAME" label="评估表名称" type="STRING" length="80"/>
<attribute name="MODELTYPE" label="评估表类别" type="STRING" length="18"/>
<attribute name="MODELDESCRIBE" label="评估表描述" type="STRING" length="250"/>
<attribute name="TRANSFORMMETHOD" label="转换方法" type="STRING" length="1600"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="EVALUATECONTEXT" label="评估上下文" type="STRING" length="1500"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="EVALUATE_CATALOG"/>
</managerProperties>
</manager>
</class>
<class name="EVALUATE_DATA" label="评估数据" keyAttributes="OBJECTTYPE,OBJECTNO,SERIALNO,ITEMNO">
<attributes>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="ITEMNO" label="项目编号" type="STRING" length="32"/>
<attribute name="ITEMVALUE" label="项目值" type="STRING" length="80"/>
<attribute name="EVALUATESCORE" label="评估值" type="DOUBLE" length="24" scale="6"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="EVALUATE_DATA"/>
</managerProperties>
</manager>
</class>
<class name="EVALUATE_MODEL" label="评估模型" keyAttributes="MODELNO,ITEMNO">
<attributes>
<attribute name="MODELNO" label="评估表编号" type="STRING" length="32"/>
<attribute name="ITEMNO" label="项目编号" type="STRING" length="32"/>
<attribute name="DISPLAYNO" label="显示序号" type="STRING" length="32"/>
<attribute name="ITEMNAME" label="项目名称" type="STRING" length="80"/>
<attribute name="ITEMATTRIBUTE" label="项目属性" type="STRING" length="80"/>
<attribute name="VALUEMETHOD" label="VALUEMETHOD" type="STRING" length="2100"/>
<attribute name="VALUECODE" label="取值代码" type="STRING" length="250"/>
<attribute name="VALUETYPE" label="值类型" type="STRING" length="18"/>
<attribute name="EVALUATEMETHOD" label="评估方法" type="STRING" length="1600"/>
<attribute name="COEFFICIENT" label="系数" type="DOUBLE" length="24" scale="6"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="DES" label="项目说明" type="STRING" length="500" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="EVALUATE_MODEL"/>
</managerProperties>
</manager>
</class>
<class name="EVALUATE_RECORD" label="评估记录" keyAttributes="OBJECTTYPE,OBJECTNO,SERIALNO">
<attributes>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="ACCOUNTMONTH" label="会计月份" type="STRING" length="10"/>
<attribute name="MODELNO" label="模型编号" type="STRING" length="32"/>
<attribute name="REPORTSCOPE" label="报表口径" type="STRING" length="8"/>
<attribute name="EVALUATEDATE" label="评估日期" type="STRING" length="20"/>
<attribute name="EVALUATESCORE" label="评估得分" type="DOUBLE" length="24" scale="6"/>
<attribute name="EVALUATERESULT" label="评估结果" type="STRING" length="80"/>
<attribute name="ORGID" label="评估单位" type="STRING" length="32"/>
<attribute name="USERID" label="评估人" type="STRING" length="32"/>
<attribute name="COGNDATE" label="认定日期" type="STRING" length="20"/>
<attribute name="COGNSCORE" label="认定得分" type="DOUBLE" length="24" scale="6"/>
<attribute name="COGNRESULT" label="认定结果" type="STRING" length="80"/>
<attribute name="COGNORGID" label="认定单位" type="STRING" length="32"/>
<attribute name="COGNUSERID" label="认定人" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="COGNREASON" label="认定理由" type="STRING" length="250"/>
<attribute name="COGNRESULT2" label="分行认定结果" type="STRING" length="80"/>
<attribute name="COGNUSERNAME2" label="分行认定人" type="STRING" length="80"/>
<attribute name="COGNREASON2" label="分行认定理由" type="STRING" length="250"/>
<attribute name="COGNRESULT3" label="总行认定结果" type="STRING" length="80"/>
<attribute name="COGNUSERNAME3" label="总行认定人" type="STRING" length="80"/>
<attribute name="COGNREASON3" label="总行认定理由" type="STRING" length="250"/>
<attribute name="COGNUSERID3" label="总行认定人代码" type="STRING" length="32"/>
<attribute name="COGNUSERID2" label="分行认定人代码" type="STRING" length="32"/>
<attribute name="EVALUATELEVEL" label="认定级别" type="STRING" length="18"/>
<attribute name="FINISHDATE2" label="分行认定时间" type="STRING" length="20"/>
<attribute name="FINISHDATE3" label="总行认定时间" type="STRING" length="20"/>
<attribute name="FINISHDATE" label="认定时间" type="STRING" length="20"/>
<attribute name="COGNRESULT4" label="支行认定结果" type="STRING" length="80"/>
<attribute name="COGNUSERNAME4" label="支行认定人" type="STRING" length="80"/>
<attribute name="COGNREASON4" label="支行认定理由" type="STRING" length="250"/>
<attribute name="FINISHDATE4" label="支行认定时间" type="STRING" length="20"/>
<attribute name="COGNUSERID4" label="支行认定人代码" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="EVALUATE_RECORD"/>
</managerProperties>
</manager>
</class>
<class name="FLOW_SWIMLANE" label="流程泳道" keyAttributes="LANENO">
<attributes>
<attribute name="LANENO" label="编号" type="STRING" length="32"/>
<attribute name="LANENAME" label="名称" type="STRING" length="80"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="18"/>
<attribute name="LANECONSTRAINT" label="坐标" type="STRING" length="60"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="FLOW_SWIMLANE"/>
</managerProperties>
</manager>
</class>
<class name="FLOW_CATALOG" label="流程表" keyAttributes="FLOWNO">
<attributes>
<attribute name="FLOWNO" label="流程编号" type="STRING" length="32"/>
<attribute name="FLOWNAME" label="流程名称" type="STRING" length="80"/>
<attribute name="FLOWTYPE" label="流程类型" type="STRING" length="40"/>
<attribute name="GROUPTITLES" label="流程图分组标题" type="STRING" length="1000"/>
<attribute name="VIEWFILELENGTH" label="流程图描述长度" type="DOUBLE" length="20"/>
<attribute name="FLOWDESCRIBE" label="流程描述" type="STRING" length="250"/>
<attribute name="INITPHASE" label="初始阶段" type="STRING" length="250"/>
<attribute name="AAENABLED" label="是否启用授权系统" type="STRING" length="1"/>
<attribute name="AAPOLICY" label="授权方案" type="STRING" length="32"/>
<attribute name="METAFLOWNO" label="元版本号 " type="STRING" length="32"/>
<attribute name="ISINUSE" label="是否有效" type="STRING" length="250"/>
<attribute name="VERSION" label="版本" type="STRING" length="10"/>
<attribute name="BASEFLOWNO" label="流程号" type="STRING" length="32"/>
<attribute name="GRAPHJSONDATA" label="流程图json字符串" type="STRING" length="32"/>
<attribute name="FLOWSTATE" label="流程状态" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="FLOW_CATALOG"/>
</managerProperties>
</manager>
</class>
<class name="FLOW_MODEL" label="流程模型" keyAttributes="FLOWNO,PHASENO">
<attributes>
<attribute name="FLOWNO" label="流程编号" type="STRING" length="32"/>
<attribute name="PHASENO" label="阶段号" type="STRING" length="32"/>
<attribute name="PHASETYPE" label="阶段类型" type="STRING" length="18"/>
<attribute name="PHASENAME" label="阶段名称" type="STRING" length="80"/>
<attribute name="PHASEDESCRIBE" label="阶段描述" type="STRING" length="250"/>
<attribute name="PHASEATTRIBUTE" label="阶段属性" type="STRING" length="80"/>
<attribute name="PRESCRIPT" label="前沿执行SCRIPT" type="STRING" length="250"/>
<attribute name="INITSCRIPT" label="相关承办人SCRIPT" type="STRING" length="800"/>
<attribute name="CHOICEDESCRIBE" label="意见描述" type="STRING" length="250"/>
<attribute name="CHOICESCRIPT" label="意见生成SCRIPT" type="STRING" length="250"/>
<attribute name="ACTIONDESCRIBE" label="动作描述" type="STRING" length="800"/>
<attribute name="ACTIONSCRIPT" label="动作生成SCRIPT" type="STRING" length="800"/>
<attribute name="POSTSCRIPT" label="后续阶段SCRIPIT" type="STRING" length="800"/>
<attribute name="ATTRIBUTE1" label="ATTRIBUTE1" type="STRING" length="250"/>
<attribute name="ATTRIBUTE2" label="ATTRIBUTE2" type="STRING" length="250"/>
<attribute name="ATTRIBUTE3" label="ATTRIBUTE3" type="STRING" length="250"/>
<attribute name="ATTRIBUTE4" label="ATTRIBUTE4" type="STRING" length="250"/>
<attribute name="ATTRIBUTE5" label="ATTRIBUTE5" type="STRING" length="250"/>
<attribute name="ATTRIBUTE6" label="ATTRIBUTE6" type="STRING" length="250"/>
<attribute name="ATTRIBUTE7" label="ATTRIBUTE7" type="STRING" length="250"/>
<attribute name="ATTRIBUTE8" label="ATTRIBUTE8" type="STRING" length="250"/>
<attribute name="ATTRIBUTE9" label="ATTRIBUTE9" type="STRING" length="250"/>
<attribute name="ATTRIBUTE10" label="ATTRIBUTE10" type="STRING" length="3000"/>
<attribute name="AAENABLED" label="是否启用授权" type="STRING" length="1"/>
<attribute name="AAPOINTINITSCRIPT" label="授权点初始化SCRIPT" type="STRING" length="1600"/>
<attribute name="AAPOINTCOMP" label="授权点组件" type="STRING" length="250"/>
<attribute name="AAPOINTCOMPURL" label="授权点组件URL" type="STRING" length="250"/>
<attribute name="STANDARDTIME1" label="(NEW)审批时间标准1(分钟)" type="INT" length="20"/>
<attribute name="STANDARDTIME2" label="(NEW)审批时间标准2(分钟)" type="INT" length="20"/>
<attribute name="COSTLOB" label="(NEW)审批成本归属" type="STRING" length="32"/>
<attribute name="STRIPS" label="(NEW)阶段STRIP[逗号分隔]" type="STRING" length="400"/>
<attribute name="CHECKLIST" label="(NEW)阶段CHECKLIST" type="STRING" length="32"/>
<attribute name="DECISIONSCRIPT" label="(NEW)自动审批规则" type="STRING" length="800"/>
<attribute name="RISKSCANRULE" label="(NEW)风险探测规则组" type="STRING" length="32"/>
<attribute name="BUTTONSET2" label="(NEW)STRIP按钮" type="STRING" length="400"/>
<attribute name="INPUTUSER" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="DISTRIBUTERULE" label="分发方式" type="STRING" length="32"/>
<attribute name="ID" label="图形节点编号" type="STRING" length="32"/>
<attribute name="TYPE" label="图形节点类型" type="STRING" length="32"/>
<attribute name="NAME" label="图形节点名称" type="STRING" length="80"/>
<attribute name="XCOORDINATE" label="图形节点X坐标" type="STRING" length="10"/>
<attribute name="YCOORDINATE" label="图形节点Y坐标" type="STRING" length="10"/>
<attribute name="SWIMLANE" label="泳道编号" type="STRING" length="32"/>
<attribute name="WIDTH" label="图形节点宽度" type="STRING" length="10"/>
<attribute name="HEIGHT" label="图形节点高度" type="STRING" length="10"/>
<attribute name="VERSION" label="版本" type="STRING" length="10"/>
<attribute name="NODETYPE" label="流程节点类型" type="STRING" length="32"/>
<attribute name="FLOWPHASECONTEXT" label="流程阶段上下文" type="STRING" length="1500"/>
<attribute name="OPINIONSREQUIRED" label="意见是否必填 " type="STRING" length="20" />
<attribute name="ISREADONLY" label="页面是否只读" type="STRING" length="20"/>
<attribute name="FLOWPAGECONFIG" label="流程页面配置" type="STRING" length="32"/>
<attribute name="FLOWPROCESSCLASS" label="动态增加子页面 " type="STRING" length="800" />
<attribute name="FLOWPAGECHECK" label="动态增加校验" type="STRING" length="800" />
<attribute name="BACKSTEPS" label="退回节点" type="STRING" length="200" />
<attribute name="LOADPRODUCTCHECK" label="加载产品校验" type="STRING" length="10" />
<attribute name="BACKSCRIPT" label="退回脚本" type="STRING" length="500" />
<attribute name="NEXTSTEPS" label="下一步路由" type="STRING" length="500" />
<attribute name="BACKSTEPNEXTTYPE" label="退回再提交处理方式" type="STRING" length="32" />
<attribute name="DELETESCRIPT" label="删除脚本" type="STRING" length="500" />
<attribute name="PHASESCRIPT" label="归档脚本" type="STRING" length="2000" />
<attribute name="FLOWTIPTYPE" label="待办提示方式" type="STRING" length="32" />
<attribute name="FLOWOVERDATE" label="催办天数" type="STRING" length="32" />
<attribute name="REMINDNOTICTTYPE" label="催办通知方式" type="STRING" length="32" />
<attribute name="OVERNOTICETYPE" label="结束通知方式" type="STRING" length="32" />
<attribute name="OVERNOTICEUSER" label="结束通知人员" type="STRING" length="2000" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="FLOW_MODEL"/>
</managerProperties>
</manager>
</class>
<class name="FLOW_OBJECT" label="流程对象表" keyAttributes="OBJECTTYPE,OBJECTNO">
<attributes>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="PHASETYPE" label="阶段类型" type="STRING" length="18"/>
<attribute name="APPLYTYPE" label="申请类型" type="STRING" length="100"/>
<attribute name="FLOWNO" label="当前流程号" type="STRING" length="32"/>
<attribute name="FLOWNAME" label="当前流程名称" type="STRING" length="80"/>
<attribute name="PHASENO" label="当前阶段号" type="STRING" length="32"/>
<attribute name="PHASENAME" label="当前阶段名称" type="STRING" length="80"/>
<attribute name="OBJDESCRIBE" label="对象描述" type="STRING" length="250"/>
<attribute name="OBJATTRIBUTE1" label="对象属性1" type="STRING" length="80"/>
<attribute name="OBJATTRIBUTE2" label="对象属性2" type="STRING" length="80"/>
<attribute name="OBJATTRIBUTE3" label="对象属性3" type="STRING" length="80"/>
<attribute name="OBJATTRIBUTE4" label="对象属性4" type="STRING" length="80"/>
<attribute name="OBJATTRIBUTE5" label="对象属性5" type="STRING" length="80"/>
<attribute name="ORGID" label="创建机构" type="STRING" length="32"/>
<attribute name="ORGNAME" label="创建机构名称" type="STRING" length="80"/>
<attribute name="USERID" label="创建人" type="STRING" length="32"/>
<attribute name="USERNAME" label="创建人姓名" type="STRING" length="80"/>
<attribute name="INPUTDATE" label="创建日期" type="STRING" length="20"/>
<attribute name="ARCHIVETIME" label="归档时间" type="STRING" length="20"/>
<attribute name="PROCESSINSTNO" label="流程实例编号" type="STRING" length="32"/>
<attribute name="PROCESSTASKNO" label="流程任务编号" type="STRING" length="32"/>
<attribute name="SERIALNO" label="流程对象流水号" type="STRING" length="32"/>
<attribute name="FLOWSTATE" label="流程状态" type="STRING" length="80"/>
<attribute name="ARCHIVE" label="归档标识" type="STRING" length="1"/>
<attribute name="VERSION" label="版本" type="STRING" length="10"/>
<attribute name="BASEFLOWNO" label="流程号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="FLOW_OBJECT"/>
</managerProperties>
</manager>
</class>
<class name="FLOW_TASK" label="流程任务" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="RELATIVESERIALNO" label="上一流水号" type="STRING" length="32"/>
<attribute name="FLOWNO" label="流程编号" type="STRING" length="32"/>
<attribute name="FLOWNAME" label="流程名称" type="STRING" length="80"/>
<attribute name="PHASENO" label="阶段编号" type="STRING" length="32"/>
<attribute name="PHASENAME" label="阶段名称" type="STRING" length="80"/>
<attribute name="PHASETYPE" label="阶段类型" type="STRING" length="18"/>
<attribute name="APPLYTYPE" label="申请类型" type="STRING" length="18"/>
<attribute name="USERID" label="承办人编号" type="STRING" length="32"/>
<attribute name="USERNAME" label="承办人姓名" type="STRING" length="80"/>
<attribute name="ORGID" label="承办机构编号" type="STRING" length="32"/>
<attribute name="ORGNAME" label="承办机构名称" type="STRING" length="80"/>
<attribute name="BEGINTIME" label="开始执行时间" type="STRING" length="20"/>
<attribute name="ENDTIME" label="完成执行时间" type="STRING" length="20"/>
<attribute name="PHASECHOICE" label="阶段意见" type="STRING" length="80"/>
<attribute name="PHASEACTION" label="阶段动作" type="STRING" length="250"/>
<attribute name="PHASEOPINION" label="意见详情" type="STRING" length="1600"/>
<attribute name="PHASEOPINION1" label="意见详情1" type="STRING" length="250"/>
<attribute name="PHASEOPINION2" label="意见详情2" type="STRING" length="250"/>
<attribute name="PHASEOPINION3" label="意见详情3" type="STRING" length="250"/>
<attribute name="PHASEOPINION4" label="意见详情4" type="STRING" length="250"/>
<attribute name="CHECKLISTRESULT" label="[NEW]检查清单结果" type="STRING" length="80"/>
<attribute name="AUTODECISION" label="[NEW]自动审批判断结果" type="STRING" length="80"/>
<attribute name="RISKSCANRESULT" label="[NEW]风险探测结果" type="STRING" length="80"/>
<attribute name="STANDARDTIME1" label="[NEW]标准审批用时" type="STRING" length="32"/>
<attribute name="STANDARDTIME2" label="[NEW]最长审批用时" type="STRING" length="32"/>
<attribute name="COSTLOB" label="[NEW]审批成本归属" type="STRING" length="32"/>
<attribute name="CLIENTX" label="图元X坐标" type="INT" length="20"/>
<attribute name="CLIENTY" label="图元Y坐标" type="INT" length="20"/>
<attribute name="HEIGTH" label="图元高度" type="INT" length="20"/>
<attribute name="GROUPINFO" label="集团信息" type="STRING" length="1000"/>
<attribute name="WIDTH" label="图元宽度" type="INT" length="20"/>
<attribute name="PROCESSINSTNO" label="流程实例编号" type="STRING" length="32"/>
<attribute name="PROCESSTASKNO" label="流程任务编号" type="STRING" length="32"/>
<attribute name="RELATIVEOBJECTNO" label="流程对象流水号" type="STRING" length="32"/>
<attribute name="FLOWSTATE" label="流程状态" type="STRING" length="80"/>
<attribute name="VERSION" label="版本" type="STRING" length="10"/>
<attribute name="BASEFLOWNO" label="流程号" type="STRING" length="32"/>
<attribute name="TASKSTATE" label="任务状态" type="STRING" length="6"/>
<attribute name="FORKNO" label="并行分支编号" type="STRING" length="20"/>
<attribute name="ALLFORKNO" label="所有的并行分支编号" type="STRING" length="80"/>
<attribute name="FORKSTATE" label="并行状态" type="STRING" length="6"/>
<attribute name="ASSIGNEDTASKNO" label="指定任务编号" type="STRING" length="320"/>
<attribute name="AGENTUSERID" label="代承办人编号" type="STRING" length="32"/>
<attribute name="AGENTUSERNAME" label="承办人姓名" type="STRING" length="80"/>
<attribute name="AGENTORGID" label="承办机构编号" type="STRING" length="32"/>
<attribute name="AGENTORGNAME" label="承办机构名称" type="STRING" length="80"/>
<attribute name="VIEWNODECODE" label="视图节点的编号" type="STRING" length="2000"/>
<attribute name="ASSIGNSUBMITTYPE" label="指派处理方式" type="STRING" length="5"/>
<attribute name="ASSIGNFINISH" label="指派完成" type="STRING" length="5"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true"/>
<property name="table" value="FLOW_TASK"/>
</managerProperties>
</manager>
</class>
<class name="FLOW_TASK_CLOSED" label="已结束流程任务" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="RELATIVESERIALNO" label="上一流水号" type="STRING" length="32"/>
<attribute name="FLOWNO" label="流程编号" type="STRING" length="32"/>
<attribute name="FLOWNAME" label="流程名称" type="STRING" length="80"/>
<attribute name="PHASENO" label="阶段编号" type="STRING" length="32"/>
<attribute name="PHASENAME" label="阶段名称" type="STRING" length="80"/>
<attribute name="PHASETYPE" label="阶段类型" type="STRING" length="18"/>
<attribute name="APPLYTYPE" label="申请类型" type="STRING" length="18"/>
<attribute name="USERID" label="承办人编号" type="STRING" length="32"/>
<attribute name="USERNAME" label="承办人姓名" type="STRING" length="80"/>
<attribute name="ORGID" label="承办机构编号" type="STRING" length="32"/>
<attribute name="ORGNAME" label="承办机构名称" type="STRING" length="80"/>
<attribute name="BEGINTIME" label="开始执行时间" type="STRING" length="20"/>
<attribute name="ENDTIME" label="完成执行时间" type="STRING" length="20"/>
<attribute name="PHASECHOICE" label="阶段意见" type="STRING" length="80"/>
<attribute name="PHASEACTION" label="阶段动作" type="STRING" length="250"/>
<attribute name="PHASEOPINION" label="意见详情" type="STRING" length="1600"/>
<attribute name="PHASEOPINION1" label="意见详情1" type="STRING" length="18"/>
<attribute name="PHASEOPINION2" label="意见详情2" type="STRING" length="250"/>
<attribute name="PHASEOPINION3" label="意见详情3" type="STRING" length="250"/>
<attribute name="PHASEOPINION4" label="意见详情4" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="FLOW_TASK_CLOSED"/>
</managerProperties>
</manager>
</class>
<class name="LOG_AUDITINFO" label="log_auditinfo" keyAttributes="LOGID">
<attributes>
<attribute name="AUDITTYPE" label="AUDITTYPE" type="STRING" length="18"/>
<attribute name="USERID" label="USERID" type="STRING" length="32"/>
<attribute name="USERNAME" label="USERNAME" type="STRING" length="80"/>
<attribute name="CHANGEUSERID" label="CHANGEUSERID" type="STRING" length="32"/>
<attribute name="CHANGEUSERNAME" label="CHANGEUSERNAME" type="STRING" length="80"/>
<attribute name="BEGINTIME" label="BEGINTIME" type="STRING" length="20"/>
<attribute name="REMARK" label="REMARK" type="STRING" length="200"/>
<attribute name="REMARK2" label="REMARK2" type="STRING" length="200"/>
<attribute name="RUNSQL" label="RUNSQL" type="STRING" length="400"/>
<attribute name="LOGID" label="LOGID" type="DOUBLE" length="6"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="LOG_AUDITINFO"/>
</managerProperties>
</manager>
</class>
<class name="MAIL_INFO" label="邮件信息" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="ADDRESSER" label="发件人" type="STRING" length="32"/>
<attribute name="RECIPIENTS" label="收件人" type="STRING" length="800"/>
<attribute name="MAILTITLE" label="邮件标题" type="STRING" length="80"/>
<attribute name="MAILCONTENT" label="邮件内容" type="STRING" length="800"/>
<attribute name="SENDTIME" label="发送时间" type="STRING" length="20"/>
<attribute name="READTIME" label="阅读时间" type="STRING" length="20"/>
<attribute name="MAILATTRIBUTE" label="邮件属性" type="STRING" length="80"/>
<attribute name="DELETEFLAG1" label="发件人删除标志" type="STRING" length="1"/>
<attribute name="DELETEFLAG2" label="收件人删除标志" type="STRING" length="1"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="MAIL_INFO"/>
</managerProperties>
</manager>
</class>
<class name="MESSAGE_INFO" label="消息流水号" keyAttributes="SERIALNO,SENDUSERID">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="SENDUSERID" label="发送人" type="STRING" length="32"/>
<attribute name="SENDORGID" label="发送人机构" type="STRING" length="32"/>
<attribute name="RECEIVEUSERID" label="收件人" type="STRING" length="32"/>
<attribute name="RECEIVEORGID" label="收件人机构" type="STRING" length="32"/>
<attribute name="TITLE" label="标题" type="STRING" length="200"/>
<attribute name="DESCRIBE" label="消息内容" type="STRING" length="250"/>
<attribute name="SENDDATE" label="发送时间" type="DATE" length="10"/>
<attribute name="SENDFLAG" label="发送状态" type="STRING" length="18"/>
<attribute name="SENDDELETEFLAG" label="发送方删除标志" type="STRING" length="18"/>
<attribute name="NEWFLAG" label="新文档标志" type="STRING" length="18"/>
<attribute name="RECEIVEDELETEFLAG" label="收件方删除标志" type="STRING" length="18"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="MESSAGE_INFO"/>
</managerProperties>
</manager>
</class>
<class name="OBJECTTYPE_CATALOG" label="对象定义表" keyAttributes="OBJECTTYPE">
<attributes>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="32"/>
<attribute name="OBJECTNAME" label="对象类型名称" type="STRING" length="80"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="32"/>
<attribute name="TREECODE" label="对象树图" type="STRING" length="80"/>
<attribute name="PAGEPATH" label="调用页面" type="STRING" length="80"/>
<attribute name="OBJECTATTRIBUTE" label="OBJECTATTRIBUTE" type="STRING" length="250"/>
<attribute name="OBJECTTABLE" label="对应数据表" type="STRING" length="80"/>
<attribute name="KEYCOL" label="关键字段" type="STRING" length="250"/>
<attribute name="KEYCOLNAME" label="名称字段" type="STRING" length="80"/>
<attribute name="VIEWTYPE" label="对象视图组" type="STRING" length="32"/>
<attribute name="DEFAULTVIEW" label="默认视图" type="STRING" length="18"/>
<attribute name="RIGHTTYPE" label="权限方法" type="STRING" length="250"/>
<attribute name="USAGEDESCRIBE" label="用途说明" type="STRING" length="250"/>
<attribute name="ATTRIBUTE1" label="属性一" type="STRING" length="80"/>
<attribute name="ATTRIBUTE2" label="属性二" type="STRING" length="80"/>
<attribute name="ATTRIBUTE3" label="属性三" type="STRING" length="80"/>
<attribute name="INPUTORG" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="RELATIVETABLE" label="关联数据表" type="STRING" length="80"/>
<attribute name="OBJECTCOLATTRIBUTE" label="OBJECTCOLATTRIBUTE" type="STRING" length="18"/>
<attribute name="CATALOGSQL" label="目录SQL" type="STRING" length="250"/>
<attribute name="CATALOGWHERE1" label="目录WHERE1" type="STRING" length="250"/>
<attribute name="CATALOGWHERE2" label="目录WHERE2" type="STRING" length="250"/>
<attribute name="CATALOGWHERE3" label="目录WHERE3" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="OBJECTTYPE_CATALOG"/>
</managerProperties>
</manager>
</class>
<class name="OBJECTTYPE_RELA" label="关联对象类型" keyAttributes="OBJECTTYPE,RELATIONSHIP">
<attributes>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="32"/>
<attribute name="RELATIONSHIP" label="关联关系" type="STRING" length="80"/>
<attribute name="SORTNO" label="显示顺序" type="STRING" length="32"/>
<attribute name="DISPLAYNAME" label="显示名称" type="STRING" length="250"/>
<attribute name="RELAOBJECTTYPE" label="关联对象类型" type="STRING" length="32"/>
<attribute name="SHOWONTABEXPR" label="是否要显示TAB页" type="STRING" length="250"/>
<attribute name="RELAEXPR" label="关联方法" type="STRING" length="250"/>
<attribute name="VIEWEXPR" label="查看JS动作" type="STRING" length="250"/>
<attribute name="ISINUSE" label="是否有效" type="STRING" length="1"/>
<attribute name="ATTRIBUTE1" label="属性1" type="STRING" length="200"/>
<attribute name="ATTRIBUTE2" label="属性2" type="STRING" length="200"/>
<attribute name="ATTRIBUTE3" label="属性3" type="STRING" length="200"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="OBJECTTYPE_RELA"/>
</managerProperties>
</manager>
</class>
<class name="OBJECT_ATTRIBUTE" label="对象属性" keyAttributes="OBJECTTYPE,ATTRIBUTEID">
<attributes>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="32"/>
<attribute name="ATTRIBUTEID" label="属性编号" type="STRING" length="32"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="18"/>
<attribute name="ISINUSE" label="是否有效" type="STRING" length="18"/>
<attribute name="ATTRIBUTENAME" label="属性名称" type="STRING" length="80"/>
<attribute name="ATTRIBUTEDESCRIBE" label="属性描述" type="STRING" length="80"/>
<attribute name="INPUTORG" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="OBJECT_ATTRIBUTE"/>
</managerProperties>
</manager>
</class>
<class name="OBJECT_CHANGELOG" label="对象变动记录" keyAttributes="OBJECTTYPE,OBJECTNO,OCCURDATE,OCCURTIME">
<attributes>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="OCCURDATE" label="发生日期" type="DATE" length="10"/>
<attribute name="OCCURTIME" label="发生时间" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="OBJECT_CHANGELOG"/>
</managerProperties>
</manager>
</class>
<class name="ORG_INFO" label="机构信息" keyAttributes="ORGID">
<attributes>
<attribute name="ORGID" label="机构编号" type="STRING" length="42"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="32"/>
<attribute name="TREESORTNO" label="树形排序号" type="STRING" length="20"/>
<attribute name="ORGNAME" label="机构名称" type="STRING" length="80"/>
<attribute name="ORGLEVEL" label="级别" type="STRING" length="32"/>
<attribute name="ORGPROPERTY" label="属性集" type="STRING" length="250"/>
<attribute name="RELATIVEORGID" label="相关机构代码" type="STRING" length="32"/>
<attribute name="BANKID" label="人行金融机构代码" type="STRING" length="32"/>
<attribute name="BANKLICENSE" label="金融机构许可证" type="STRING" length="32"/>
<attribute name="BUSINESSLICENSE" label="营业执照" type="STRING" length="32"/>
<attribute name="BELONGAREA" label="机构辖区" type="STRING" length="18"/>
<attribute name="ORGCLASS" label="机构类别" type="STRING" length="18"/>
<attribute name="ZIPCODE" label="邮政编码" type="STRING" length="18"/>
<attribute name="MAINFRAMEORGID" label="网点号" type="STRING" length="32"/>
<attribute name="MAINFRAMEEXGID" label="交换号" type="STRING" length="32"/>
<attribute name="ORGCODE" label="机构编码" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="80"/>
<attribute name="ORGOLDNAME" label="机构曾用名" type="STRING" length="80"/>
<attribute name="SETUPDATE" label="成立时间" type="STRING" length="10"/>
<attribute name="ORGADD" label="机构地址" type="STRING" length="80"/>
<attribute name="PRINCIPAL" label="负责人" type="STRING" length="10"/>
<attribute name="ORGTEL" label="联系电话" type="STRING" length="80"/>
<attribute name="BRANCHNUM" label="管辖网点数" type="INT" length="20"/>
<attribute name="CMNUM" label="客户经理数" type="INT" length="20"/>
<attribute name="BUSINESSHOURS" label="营业时间" type="STRING" length="80"/>
<attribute name="INPUTORG" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTDATE" label="登记日期" type="STRING" length="20"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="UPDATEDATE" label="更新日期" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="BELONGORGID" label="权属机构" type="STRING" length="32"/>
<attribute name="HOSTNO" label="HOSTNO" type="STRING" length="10"/>
<attribute name="VITUALSERIALNO" label="VITUALSERIALNO" type="INT" length="20"/>
<attribute name="VITUALID" label="VITUALID" type="STRING" length="32"/>
<attribute name="CORPORGID" label="CorpOrgID" type="STRING" length="20"/>
<attribute name="ISENTITY" label="是否实体母公司" type="STRING" length="20"/>
<attribute name="ISCOMPANYNODE" label="是否公司节点" type="STRING" length="20"/>
<attribute name="linkman" label="联系人" type="STRING" length="32"/>
<attribute name="fax" label="传真号" type="STRING" length="32"/>
<attribute name="smsnumber" label="短信号码" type="STRING" length="32"/>
<attribute name="customercode" label="客户财务编号" type="STRING" length="32"/>
<attribute name="PROVINCECODE" label="省份" type="STRING" length="32"/>
<attribute name="CITYCODE" label="城市" type="STRING" length="32"/>
<attribute name="ISSALES" label="是否可建业务员" type="STRING" length="32"/>
<attribute name="ORGTYPE" label="机构类型" type="STRING" length="32"/>
<attribute name="AGENTID" label="中创经销商编码" type="STRING" length="32" />
<attribute name="AGENTNAME" label="中创经销商名称" type="STRING" length="100" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="ORG_INFO"/>
</managerProperties>
</manager>
</class>
<class name="RIGHT_INFO" label="权限表" keyAttributes="RIGHTID">
<attributes>
<attribute name="RIGHTID" label="RIGHTID" type="STRING" length="80"/>
<attribute name="RIGHTNAME" label="权限名称" type="STRING" length="80"/>
<attribute name="RIGHTDESCRIBE" label="权限描述" type="STRING" length="250"/>
<attribute name="RIGHTSTATUS" label="权限状态" type="STRING" length="80"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="RIGHT_INFO"/>
</managerProperties>
</manager>
</class>
<class name="ROLE_INFO" label="角色表" keyAttributes="ROLEID">
<attributes>
<attribute name="ROLEID" label="角色编号" type="STRING" length="32"/>
<attribute name="ROLENAME" label="角色名称" type="STRING" length="80"/>
<attribute name="ROLEATTRIBUTE" label="角色属性" type="STRING" length="80"/>
<attribute name="BELONGORG" label="所属机构" type="STRING" length="42"/>
<attribute name="ROLEDESCRIBE" label="角色描述" type="STRING" length="250"/>
<attribute name="ROLESTATUS" label="角色状态" type="STRING" length="80"/>
<attribute name="INPUTUSER" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="录入机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="TASK_POOL" label="任务池" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<!-- awe_row_info -->
<property name="table" value="ROLE_INFO"/>
</managerProperties>
</manager>
</class>
<class name="ROLE_RIGHT" label="角色权限" keyAttributes="RIGHTID,ROLEID">
<attributes>
<attribute name="RIGHTID" label="RIGHTID" type="STRING" length="80"/>
<attribute name="ROLEID" label="角色编号" type="STRING" length="32"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="ROLE_RIGHT"/>
</managerProperties>
</manager>
</class>
<class name="SCENARIO_ARGS" label="预警参数表" keyAttributes="SCENARIOID,ALARMARGID">
<attributes>
<attribute name="SCENARIOID" label="场景流水号" type="STRING" length="32"/>
<attribute name="ALARMARGID" label="预警参数ID" type="STRING" length="32"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="10"/>
<attribute name="ARGSSTRING" label="参数字串" type="STRING" length="1000"/>
<attribute name="QUERYSQL" label="查询SQL" type="STRING" length="1000"/>
<attribute name="STATUS" label="是否有效" type="STRING" length="1"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="SCENARIO_ARGS"/>
</managerProperties>
</manager>
</class>
<class name="SCENARIO_CATALOG" label="场景定义表" keyAttributes="SCENARIOID">
<attributes>
<attribute name="SCENARIOID" label="场景编号" type="STRING" length="32"/>
<attribute name="SCENARIONAME" label="场景名称" type="STRING" length="80"/>
<attribute name="SCENARIODESCRIBE" label="场景描述" type="STRING" length="250"/>
<attribute name="DEFAULTSUBTYPENO" label="默认子类型编号" type="STRING" length="20"/>
<attribute name="INITIATECLASS" label="初始化执行类" type="STRING" length="250"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="ISRISKWARN" label="是否风险预警" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="SCENARIO_CATALOG"/>
</managerProperties>
</manager>
</class>
<class name="SCENARIO_MODEL" label="预警模型" keyAttributes="SCENARIOID,MODELID">
<attributes>
<attribute name="SCENARIOID" label="场景流水号" type="STRING" length="32"/>
<attribute name="GROUPID" label="分组号" type="STRING" length="32"/>
<attribute name="MODELKIND" label="检查类型" type="STRING" length="100"/>
<attribute name="MODELID" label="模型编号" type="STRING" length="32"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="10"/>
<attribute name="MODELNAME" label="模型名" type="STRING" length="250"/>
<attribute name="MODELDESCRIBE" label="模型详细描述" type="STRING" length="1600"/>
<attribute name="MODELTYPE" label="模型类型" type="STRING" length="20"/>
<attribute name="SUBTYPENO" label="子类型" type="STRING" length="20"/>
<attribute name="RUNCONDITION" label="运行条件" type="STRING" length="250"/>
<attribute name="STATUS" label="是否有效" type="STRING" length="1"/>
<attribute name="NOPASSDEAL" label="检查未通过后的处理方法" type="STRING" length="18"/>
<attribute name="PASSDEAL" label="检查通过后的处理方法" type="STRING" length="18"/>
<attribute name="PASSMESSAGE" label="检查通过后提示消息" type="STRING" length="1000"/>
<attribute name="NOPASSMESSAGE" label="检查未通过后提示消息" type="STRING" length="1000"/>
<attribute name="EXECUTESCRIPT" label="执行脚本" type="STRING" length="2000"/>
<attribute name="BIZVIEWER" label="业务查看" type="STRING" length="200"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="SCENARIO_MODEL"/>
</managerProperties>
</manager>
</class>
<class name="SCENARIO_RELATIVE" label="预警分组关联检查项" keyAttributes="SCENARIOID,GROUPID,MODELID">
<attributes>
<attribute name="SCENARIOID" label="场景流水号" type="STRING" length="32"/>
<attribute name="GROUPID" label="分组号" type="STRING" length="32"/>
<attribute name="MODELID" label="模型编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="SCENARIO_RELATIVE"/>
</managerProperties>
</manager>
</class>
<class name="SCENARIO_GROUP" label="预警模型分组" keyAttributes="SCENARIOID,GROUPID">
<attributes>
<attribute name="SCENARIOID" label="场景号" type="STRING" length="32"/>
<attribute name="GROUPID" label="分组号" type="STRING" length="32"/>
<attribute name="SORTNO" label="排序号" type="STRING" length="10"/>
<attribute name="GROUPNAME" label="分组名称" type="STRING" length="250"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="SCENARIO_GROUP"/>
</managerProperties>
</manager>
</class>
<class name="SECURITY_AUDIT" label="安全审计" keyAttributes="ITEMNO">
<attributes>
<attribute name="CODETYPE" label="规则类型" type="STRING" length="32"/>
<attribute name="ITEMNO" label="规则编号" type="STRING" length="32"/>
<attribute name="ITEMNAME" label="规则名称" type="STRING" length="250"/>
<attribute name="ITEMVALUE" label="规则值" type="STRING" length="32"/>
<attribute name="ISINUSE" label="规则状态" type="STRING" length="1"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="SECURITY_AUDIT"/>
</managerProperties>
</manager>
</class>
<class name="SELECT_CATALOG" label="选择框查询信息表" keyAttributes="SELNAME">
<attributes>
<attribute name="SELNAME" label="查询名称" type="STRING" length="80"/>
<attribute name="SELTYPE" label="查询类型" type="STRING" length="18"/>
<attribute name="SELDESCRIBE" label="查询描述" type="STRING" length="100"/>
<attribute name="SELTABLENAME" label="查询表名" type="STRING" length="32"/>
<attribute name="SELPRIMARYKEY" label="查询关键字" type="STRING" length="80"/>
<attribute name="SELBROWSEMODE" label="展现方式" type="STRING" length="18"/>
<attribute name="SELARGS" label="参数值" type="STRING" length="400"/>
<attribute name="SELHIDEFIELD" label="隐藏域" type="STRING" length="400"/>
<attribute name="SELCODE" label="查询SQL" type="STRING" length="800"/>
<attribute name="SELFIELDNAME" label="显示中文名称" type="STRING" length="400"/>
<attribute name="SELFIELDDISP" label="字段显示风格" type="STRING" length="400"/>
<attribute name="SELRETURNVALUE" label="返回值" type="STRING" length="400"/>
<attribute name="SELFILTERFIELD" label="检索字段" type="STRING" length="400"/>
<attribute name="ISINUSE" label="是否可用" type="STRING" length="1"/>
<attribute name="MUTILORSINGLE" label="选择方式" type="STRING" length="18"/>
<attribute name="ATTRIBUTE1" label="属性1" type="STRING" length="200"/>
<attribute name="ATTRIBUTE2" label="属性2" type="STRING" length="200"/>
<attribute name="ATTRIBUTE3" label="属性3" type="STRING" length="200"/>
<attribute name="ATTRIBUTE4" label="属性4" type="STRING" length="200"/>
<attribute name="ATTRIBUTE5" label="属性5" type="STRING" length="200"/>
<attribute name="INPUTUSER" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="录入机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="SELECT_CATALOG"/>
</managerProperties>
</manager>
</class>
<class name="USER_DEFINEINFO" label="用户自定义信息链接" keyAttributes="USERID,OBJECTTYPE,OBJECTNO">
<attributes>
<attribute name="USERID" label="用户编号" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_DEFINEINFO"/>
</managerProperties>
</manager>
</class>
<class name="USER_INFO" label="用户基本信息" keyAttributes="USERID">
<attributes>
<attribute name="USERID" label="用户编号" type="STRING" length="32"/>
<attribute name="LOGINID" label="登录账号" type="STRING" length="32"/>
<attribute name="USERNAME" label="用户姓名" type="STRING" length="32"/>
<attribute name="PASSWORD" label="用户密码" type="STRING" length="32"/>
<attribute name="BELONGORG" label="所属机构" type="STRING" length="32"/>
<attribute name="ATTRIBUTE1" label="属性一" type="STRING" length="80"/>
<attribute name="ATTRIBUTE2" label="属性二" type="STRING" length="80"/>
<attribute name="ATTRIBUTE3" label="属性三" type="STRING" length="80"/>
<attribute name="ATTRIBUTE4" label="属性四" type="STRING" length="80"/>
<attribute name="ATTRIBUTE5" label="属性五" type="STRING" length="80"/>
<attribute name="ATTRIBUTE6" label="属性六" type="STRING" length="80"/>
<attribute name="ATTRIBUTE7" label="属性七" type="STRING" length="80"/>
<attribute name="ATTRIBUTE8" label="属性八" type="STRING" length="80"/>
<attribute name="ATTRIBUTE" label="属性集" type="STRING" length="80"/>
<attribute name="DESCRIBE1" label="描述一" type="STRING" length="250"/>
<attribute name="DESCRIBE2" label="描述二" type="STRING" length="250"/>
<attribute name="DESCRIBE3" label="描述三" type="STRING" length="250"/>
<attribute name="DESCRIBE4" label="描述四" type="STRING" length="250"/>
<attribute name="STATUS" label="状态" type="STRING" length="80"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="用户身份证号" type="STRING" length="32"/>
<attribute name="COMPANYTEL" label="单位电话" type="STRING" length="32"/>
<attribute name="MOBILETEL" label="手机号码" type="STRING" length="32"/>
<attribute name="EMAIL" label="电子邮件" type="STRING" length="80"/>
<attribute name="ACCOUNTID" label="个贷系统编号" type="STRING" length="32"/>
<attribute name="ID1" label="编号1" type="STRING" length="32"/>
<attribute name="ID2" label="编号2" type="STRING" length="32"/>
<attribute name="SUM1" label="相关金额1" type="DOUBLE" length="24" scale="6"/>
<attribute name="SUM2" label="相关金额2" type="DOUBLE" length="24" scale="6"/>
<attribute name="INPUTORG" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTDATE" label="登记日期" type="STRING" length="20"/>
<attribute name="UPDATEDATE" label="更新日期" type="STRING" length="20"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="BIRTHDAY" label="生日" type="STRING" length="10"/>
<attribute name="GENDER" label="性别" type="STRING" length="18"/>
<attribute name="FAMILYADD" label="家庭住址" type="STRING" length="250"/>
<attribute name="EDUCATIONALBG" label="学历" type="STRING" length="18"/>
<attribute name="AMLEVEL" label="客户经理级别" type="STRING" length="18"/>
<attribute name="TITLE" label="行内职务" type="STRING" length="18"/>
<attribute name="EDUCATIONEXP" label="教育经历" type="STRING" length="800"/>
<attribute name="VOCATIONEXP" label="工作经历" type="STRING" length="800"/>
<attribute name="POSITION" label="职称" type="STRING" length="250"/>
<attribute name="QUALIFICATION" label="任职资格" type="STRING" length="250"/>
<attribute name="NTID" label="NTID" type="STRING" length="32"/>
<attribute name="BELONGTEAM" label="所属团队" type="STRING" length="32"/>
<attribute name="LOB" label="[NEW] 业务条线" type="STRING" length="32"/>
<attribute name="MAINPATH" label="显示主页" type="STRING" length="200" />
<attribute name="DEV_ID" label="设备ID" type="STRING" length="100"/>
<attribute name="DEV_OS" label="设备类型" type="STRING" length="100"/>
<attribute name="DEV_REG_ID" label="设备注册ID" type="STRING" length="100"/>
<attribute name="ENABLE_GESTURE" label="是否启用APP手势登录" type="String" length="1"/>
<attribute name="GESTURE_PASSWORD" label="APP手势登录密码" type="STRING" length="100"/>
<attribute name="UUID" label="上传文件标识" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_INFO"/>
</managerProperties>
</manager>
</class>
<class name="USER_FAILEDLIST" label="用户登录失败列表" keyAttributes="LISTID">
<attributes>
<attribute name="LISTID" label="编号" type="STRING" length="36"/>
<attribute name="LOGONTIME" label="登陆失败时间" type="STRING" length="20"/>
<attribute name="USERID" label="用户ID" type="STRING" length="32"/>
<attribute name="USERNAME" label="用户名称" type="STRING" length="32"/>
<attribute name="ERRORMESSAGE" label="错误提示信息" type="STRING" length="200"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_FAILEDLIST"/>
</managerProperties>
</manager>
</class>
<class name="USER_LIST" label="用户登录列表" keyAttributes="LISTID">
<attributes>
<attribute name="SESSIONID" label="SESSIONID" type="STRING" length="80"/>
<attribute name="BEGINTIME" label="BEGINTIME" type="STRING" length="20"/>
<attribute name="USERID" label="USERID" type="STRING" length="32"/>
<attribute name="USERNAME" label="USERNAME" type="STRING" length="32"/>
<attribute name="ORGID" label="ORGID" type="STRING" length="32"/>
<attribute name="ORGNAME" label="ORGNAME" type="STRING" length="80"/>
<attribute name="REMOTEADDR" label="REMOTEADDR" type="STRING" length="18"/>
<attribute name="REMOTEHOST" label="REMOTEHOST" type="STRING" length="80"/>
<attribute name="ENDTIME" label="ENDTIME" type="STRING" length="20"/>
<attribute name="SERVERNAME" label="SERVERNAME" type="STRING" length="80"/>
<attribute name="SERVERPORT" label="SERVERPORT" type="STRING" length="10"/>
<attribute name="LISTID" label="LISTID" type="DOUBLE" length="16"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="USER_LIST"/>
</managerProperties>
</manager>
</class>
<class name="USER_MARKINFO" label="用户痕迹表" keyAttributes="USERID">
<attributes>
<attribute name="USERID" label="用户编号" type="STRING" length="25"/>
<attribute name="PASSWORDUPDATEDATE" label="更改密码时间" type="STRING" length="25"/>
<attribute name="VISITTIMES" label="访问次数" type="INT" length="20"/>
<attribute name="LOGONERRORTIMES" label="登陆次数" type="INT" length="20"/>
<attribute name="LASTSIGNINTIME" label="上次登陆时间" type="STRING" length="25"/>
<attribute name="LASTSIGNOUTTIME" label="上次登出时间" type="STRING" length="25"/>
<attribute name="CURSIGNINTIME" label="本次登陆时间" type="STRING" length="25"/>
<attribute name="PASSWORDSTATE" label="密码状态" type="STRING" length="10"/>
<attribute name="PASSWORDMESSAGE" label="密码提示信息" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_MARKINFO"/>
</managerProperties>
</manager>
</class>
<class name="USER_PREF" label="用户自定义设置" keyAttributes="PREFERENCEID,USERID">
<attributes>
<attribute name="PREFERENCEID" label="设置类型ID" type="STRING" length="32"/>
<attribute name="USERID" label="用户编号" type="STRING" length="32"/>
<attribute name="PREFERENCEVALUE" label="设置值" type="STRING" length="250"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_PREF"/>
</managerProperties>
</manager>
</class>
<class name="USER_PREF_DEF" label="用户自定义设置类型" keyAttributes="PREFERENCEID">
<attributes>
<attribute name="PREFERENCEID" label="设置类型ID" type="STRING" length="32"/>
<attribute name="PREFERENCENAME" label="设置说明" type="STRING" length="80"/>
<attribute name="DEFAULTVALUE" label="缺省设置值" type="STRING" length="250"/>
<attribute name="ENABLECACHE" label="是否预读入" type="STRING" length="18"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_PREF_DEF"/>
</managerProperties>
</manager>
</class>
<class name="USER_RIGHT" label="用户权限表" keyAttributes="USERID,RIGHTID,GRANTOR,BEGINTIME">
<attributes>
<attribute name="USERID" label="用户编号" type="STRING" length="32"/>
<attribute name="RIGHTID" label="RIGHTID" type="STRING" length="80"/>
<attribute name="GRANTOR" label="授权人" type="STRING" length="32"/>
<attribute name="BEGINTIME" label="开始时间" type="STRING" length="20"/>
<attribute name="ENDTIME" label="到期日" type="STRING" length="20"/>
<attribute name="ATTRIBUTE" label="属性" type="STRING" length="80"/>
<attribute name="STATUS" label="状态" type="STRING" length="80"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_RIGHT"/>
</managerProperties>
</manager>
</class>
<class name="USER_ROLE" label="用户角色表" keyAttributes="USERID,ROLEID,GRANTOR,BEGINTIME">
<attributes>
<attribute name="USERID" label="用户编号" type="STRING" length="32"/>
<attribute name="ROLEID" label="角色编号" type="STRING" length="32"/>
<attribute name="GRANTOR" label="授权人" type="STRING" length="32"/>
<attribute name="BEGINTIME" label="开始日" type="STRING" length="20"/>
<attribute name="ENDTIME" label="到期日" type="STRING" length="20"/>
<attribute name="ATTRIBUTE" label="属性" type="STRING" length="80"/>
<attribute name="STATUS" label="状态" type="STRING" length="80"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_ROLE"/>
</managerProperties>
</manager>
</class>
<class name="USER_RUNTIME" label="USER_RUNTIME">
<attributes>
<attribute name="SESSIONID" label="SESSIONID" type="STRING" length="100"/>
<attribute name="BEGINTIME" label="BEGINTIME" type="STRING" length="20"/>
<attribute name="USERID" label="USERID" type="STRING" length="32"/>
<attribute name="JSPNAME" label="JSPNAME" type="STRING" length="200"/>
<attribute name="ENDTIME" label="ENDTIME" type="STRING" length="20"/>
<attribute name="TIMECONSUMING" label="TIMECONSUMING" type="DOUBLE" length="10" scale="6"/>
<attribute name="USERNAME" label="USERNAME" type="STRING" length="80"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_RUNTIME"/>
</managerProperties>
</manager>
</class>
<class name="USER_RUNTIME_HIS" label="用户运行历史">
<attributes>
<attribute name="SESSIONID" label="SESSIONID" type="STRING" length="100"/>
<attribute name="BEGINTIME" label="BEGINTIME" type="STRING" length="20"/>
<attribute name="USERID" label="USERID" type="STRING" length="32"/>
<attribute name="JSPNAME" label="JSPNAME" type="STRING" length="200"/>
<attribute name="ENDTIME" label="ENDTIME" type="STRING" length="20"/>
<attribute name="TIMECONSUMING" label="TIMECONSUMING" type="DOUBLE" length="10" scale="6"/>
<attribute name="USERNAME" label="USERNAME" type="STRING" length="80"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="LOG_RUNTIME_HISTORY"/>
</managerProperties>
</manager>
</class>
<class name="USER_WORKTIPS" label="用户工作日志表" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="USERID" label="用户号" type="STRING" length="32"/>
<attribute name="TABID" label="标签号" type="STRING" length="32"/>
<attribute name="TABNAME" label="标签名称" type="STRING" length="100"/>
<attribute name="SCRIPT" label="脚本路径" type="STRING" length="500"/>
<attribute name="CACHEFLAG" label="缓冲标志" type="STRING" length="1"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="CLOSEFLAT" label="完成标志" type="STRING" length="1"/>
<attribute name="INPUTUSER" label="登记用户" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="更新用户" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="UPDATEORG" label="更新机构" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<property name="table" value="USER_WORKTIPS"/>
</managerProperties>
</manager>
</class>
<class name="PROCESS_INST" label="流程实例表" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="PHASETYPE" label="阶段类型" type="STRING" length="18"/>
<attribute name="APPLYTYPE" label="申请类型" type="STRING" length="18"/>
<attribute name="FLOWNO" label="当前流程号" type="STRING" length="32"/>
<attribute name="FLOWNAME" label="当前流程名称" type="STRING" length="80"/>
<attribute name="PHASENO" label="当前阶段号" type="STRING" length="32"/>
<attribute name="PHASENAME" label="当前阶段名称" type="STRING" length="80"/>
<attribute name="OBJDESCRIBE" label="对象描述" type="STRING" length="250"/>
<attribute name="OBJATTRIBUTE1" label="对象属性1" type="STRING" length="80"/>
<attribute name="OBJATTRIBUTE2" label="对象属性2" type="STRING" length="80"/>
<attribute name="OBJATTRIBUTE3" label="对象属性3" type="STRING" length="80"/>
<attribute name="OBJATTRIBUTE4" label="对象属性4" type="STRING" length="80"/>
<attribute name="OBJATTRIBUTE5" label="对象属性5" type="STRING" length="80"/>
<attribute name="ORGID" label="创建机构" type="STRING" length="32"/>
<attribute name="ORGNAME" label="创建机构名称" type="STRING" length="80"/>
<attribute name="USERID" label="创建人" type="STRING" length="32"/>
<attribute name="USERNAME" label="创建人姓名" type="STRING" length="80"/>
<attribute name="INPUTDATE" label="创建日期" type="STRING" length="20"/>
<attribute name="ARCHIVETIME" label="归档时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="PROCESS_INST"/>
<property name="createKey" value="true"/>
</managerProperties>
</manager>
</class>
<class name="PROCESS_WORKITEM" label="流程工作项表" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="RELATIVESERIALNO" label="上一流水号" type="STRING" length="32"/>
<attribute name="FLOWNO" label="流程编号" type="STRING" length="32"/>
<attribute name="FLOWNAME" label="流程名称" type="STRING" length="80"/>
<attribute name="PHASENO" label="阶段编号" type="STRING" length="32"/>
<attribute name="PHASENAME" label="阶段名称" type="STRING" length="80"/>
<attribute name="PHASETYPE" label="阶段类型" type="STRING" length="18"/>
<attribute name="APPLYTYPE" label="申请类型" type="STRING" length="18"/>
<attribute name="USERID" label="承办人编号" type="STRING" length="32"/>
<attribute name="USERNAME" label="承办人姓名" type="STRING" length="80"/>
<attribute name="ORGID" label="承办机构编号" type="STRING" length="32"/>
<attribute name="ORGNAME" label="承办机构名称" type="STRING" length="80"/>
<attribute name="BEGINTIME" label="开始执行时间" type="STRING" length="20"/>
<attribute name="ENDTIME" label="完成执行时间" type="STRING" length="20"/>
<attribute name="PHASECHOICE" label="阶段意见" type="STRING" length="80"/>
<attribute name="PHASEACTION" label="阶段动作" type="STRING" length="250"/>
<attribute name="PHASEOPINION" label="意见详情" type="STRING" length="1600"/>
<attribute name="PHASEOPINION1" label="意见详情1" type="STRING" length="250"/>
<attribute name="PHASEOPINION2" label="意见详情2" type="STRING" length="250"/>
<attribute name="PHASEOPINION3" label="意见详情3" type="STRING" length="250"/>
<attribute name="PHASEOPINION4" label="意见详情4" type="STRING" length="250"/>
<attribute name="CHECKLISTRESULT" label="[NEW]检查清单结果" type="STRING" length="80"/>
<attribute name="AUTODECISION" label="[NEW]自动审批判断结果" type="STRING" length="80"/>
<attribute name="RISKSCANRESULT" label="[NEW]风险探测结果" type="STRING" length="80"/>
<attribute name="STANDARDTIME1" label="[NEW]标准审批用时" type="STRING" length="32"/>
<attribute name="STANDARDTIME2" label="[NEW]最长审批用时" type="STRING" length="32"/>
<attribute name="COSTLOB" label="[NEW]审批成本归属" type="STRING" length="32"/>
<attribute name="PROCESSINSTNO" label="流程实例编号" type="STRING" length="32"/>
<attribute name="RELATIVEDATA" label="相关数据" type="STRING" length="1000"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="PROCESS_WORKITEM"/>
<property name="createKey" value="true"/>
</managerProperties>
</manager>
</class>
<class name="SYSTEM_SETUP" label="交易日期表" keyAttributes="SYSTEMID,BUSINESSDATE">
<attributes>
<attribute name="SYSTEMID" lable="系统ID" type="STRING" length="10"/>
<attribute name="BATCHDATE" lable="批量日期" type="STRING" length="10"/>
<attribute name="BUSINESSDATE" lable="营业日期" type="STRING" length="10"/>
<attribute name="LOGIN" lable="是否控制登录" type="STRING" length="1"/>
<attribute name="BATCHFLAG" lable="日终状态" type="STRING" length="1"/>
<attribute name="PRODUCTDATE" lable="系统投产日期 " type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="SYSTEM_SETUP"/>
<property name="createKey" value="false"/>
</managerProperties>
</manager>
</class>
<class name="RATE_INFO" label="" keyAttributes="rateid">
<attributes>
<attribute name="rateid" label="rateid" type="STRING" length="32"/>
<attribute name="ratetype" label="ratetype" type="STRING" length="18"/>
<attribute name="currency" label="currency" type="STRING" length="18"/>
<attribute name="efficientdate" label="efficientdate" type="STRING" length="10"/>
<attribute name="termunit" label="termunit" type="STRING" length="18"/>
<attribute name="term" label="term" type="DOUBLE" length="8" scale="0"/>
<attribute name="rate" label="rate" type="DOUBLE" length="12" scale="8"/>
<attribute name="status" label="status" type="STRING" length="18"/>
<attribute name="remark" label="remark" type="STRING" length="250"/>
<attribute name="inputuserid" label="inputuserid" type="STRING" length="20"/>
<attribute name="inputorgid" label="inputorgid" type="STRING" length="20"/>
<attribute name="inputdate" label="inputdate" type="STRING" length="10"/>
<attribute name="updatedate" label="updatedate" type="STRING" length="10"/>
<attribute name="rateunit" label="rateunit" type="STRING" length="18"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="rate_info"/>
<property name="createKey" value="true"/>
</managerProperties>
</manager>
</class>
<class name="SYSTEM_CHANGE_LOG" label="系统信息修改记录表" keyAttributes="SerialNo">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
<attribute name="DONO" label="模板号" type="STRING" length="32"/>
<attribute name="DONAME" label="模板名称" type="STRING" length="100"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="32"/>
<attribute name="TABLENAME" label="数据表名称" type="STRING" length="32"/>
<attribute name="CHANGETYPE" label="变更类型" type="STRING" length="32"/>
<attribute name="DISPLAYLOG" label="变更记录" type="STRING" length="10000"/>
<attribute name="DISPLAYLOGMAP" label="变更记录" type="STRING" length="10000"/>
<attribute name="USERID" label="登记人" type="STRING" length="10"/>
<attribute name="ORGID" label="登记机构" type="STRING" length="10"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true"/>
<property name="table" value="SYSTEM_CHANGE_LOG"/>
</managerProperties>
</manager>
</class>
<class name="TAX_INFO" label="税率维护表" keyAttributes="id">
<attributes>
<attribute name="id" label="主键" type="STRING" length="32"/>
<attribute name="leas_form" label="租赁形式" type="STRING" length="200"/>
<attribute name="lease_type" label="租赁类型" type="STRING" length="200"/>
<attribute name="assets_type" label="资产类型" type="STRING" length="200"/>
<attribute name="tax_reg_type" label="纳税人类别" type="STRING" length="200"/>
<attribute name="INTEREST_RATE" label="租息税率" type="STRING" length="200"/>
<attribute name="INTEREST_INVOICE_TYPE" label="租息发票类型" type="STRING" length="200"/>
<attribute name="corpus_rate" label="本金税率" type="STRING" length="200"/>
<attribute name="corpus_invoice_type" label="本金发票类型" type="STRING" length="200"/>
<attribute name="service_rate" label="咨询服务费税率" type="STRING" length="200"/>
<attribute name="service_invoice_type" label="咨询服务费发票类型" type="STRING" length="200"/>
<attribute name="hand_rate" label="手续费税率" type="STRING" length="200"/>
<attribute name="hand_invoice_type" label="手续费发票类型" type="STRING" length="200"/>
<attribute name="nominal_rate" label="留购价税率" type="STRING" length="200"/>
<attribute name="nominal_invoice_type" label="留购价发票类型" type="STRING" length="200"/>
<attribute name="catution_rate" label="保证金税率" type="STRING" length="200"/>
<attribute name="catution_invoice_type" label="保证金发开票类型" type="STRING" length="200"/>
<attribute name="InputUserID" label="创建人" type="STRING" length="32"/>
<attribute name="InputOrgID" label="创建人所属部门" type="STRING" length="32"/>
<attribute name="InputTime" label="创建时间" type="STRING" length="32"/>
<attribute name="UpdateUserID" label="修改人" type="STRING" length="32"/>
<attribute name="UpdateOrgID" label="修改人所属部门" type="STRING" length="32"/>
<attribute name="UpdateTime" label="修改时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="tax_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VAT_INVOICE_CONTRACT" label="进项发票登记合同" keyAttributes="id">
<attributes>
<attribute name="id" label="标识符" type="STRING" length="32"/>
<attribute name="INVOICE_ID" label="发票id" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同id" type="STRING" length="32"/>
<attribute name="REGISTERED_AMT" label="本次登记金额" type="STRING" length="32"/>
<attribute name="InputUserID" label="创建人" type="STRING" length="32"/>
<attribute name="InputOrgID" label="创建人所属部门" type="STRING" length="32"/>
<attribute name="InputTime" label="创建时间" type="STRING" length="32"/>
<attribute name="UpdateUserID" label="创建时间" type="STRING" length="32"/>
<attribute name="UpdateOrgID" label="修改人所属部门" type="STRING" length="32"/>
<attribute name="UpdateTime" label="修改时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vat_invoice_contract" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VAT_INVOICE_INFO" label="进项发票" keyAttributes="id">
<attributes>
<attribute name="id" label="标识符" type="STRING" length="32"/>
<attribute name="INVOICE_NO" label="发票号" type="STRING" length="200"/>
<attribute name="INVOICE_MONEY" label="发票金额" type="STRING" length="32"/>
<attribute name="RECORD_DATE" label="登记日期" type="STRING" length="32"/>
<attribute name="PURCHASE_UNITS" label="购货单位" type="STRING" length="200"/>
<attribute name="SUPPLIER" label="供应商" type="STRING" length="32"/>
<attribute name="GOODS_NAME" label="货物名称" type="STRING" length="200"/>
<attribute name="memo" label="备注" type="STRING" length="200"/>
<attribute name="InputUserID" label="创建人" type="STRING" length="32"/>
<attribute name="InputOrgID" label="创建人所属部门" type="STRING" length="32"/>
<attribute name="InputTime" label="创建时间" type="STRING" length="32"/>
<attribute name="UpdateUserID" label="修改人" type="STRING" length="32"/>
<attribute name="UpdateOrgID" label="修改人所属部门" type="STRING" length="32"/>
<attribute name="UpdateTime" label="修改时间" type="STRING" length="32"/>
<attribute name="INVOICE_STATUS" label="发票状态" type="STRING" length="10"/>
<attribute name="TAX_RATE" label="税率" type="STRING" length="32"/>
<attribute name="TAX_MONEY" label="税额" type="STRING" length="32"/>
<attribute name="CERTIFICATION_RESULTS" label="认证结果" type="STRING" length="32"/>
<attribute name="CERTIFICATION_DATE" label="认证时间" type="STRING" length="32"/>
<attribute name="INVOICE_DATE" label="开票时间" type="STRING" length="32"/>
<attribute name="CORPUS_TAX_MONEY" label="含税金额" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vat_invoice_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="FLOW_ENTRUSTED_USER" label="委托管理" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="64"/>
<attribute name="FlowNo" label="流程编号" type="STRING" length="32"/>
<attribute name="BeginTime" label="开始时间" type="STRING" length="32"/>
<attribute name="EndTime" label="结束时间" type="STRING" length="32"/>
<attribute name="NewUser" label="委托人" type="STRING" length="32"/>
<attribute name="SourceUser" label="被委托人" type="STRING" length="32"/>
<attribute name="isVaild" label="是否有效" type="STRING" length="10"/>
<attribute name="InputUserID" label="登记人" type="STRING" length="32"/>
<attribute name="InputOrgID" label="登记部门" type="STRING" length="32"/>
<attribute name="Inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="UpdateUserID" label="更新人" type="STRING" length="32"/>
<attribute name="UpdateTime" label="更新时间" type="STRING" length="32"/>
<attribute name="UpdateOrgID" label="更新部门" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_entrusted_user" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="QUARTZ_MISSION_LIST" label="定时任务管理" keyAttributes="mission_id">
<attributes>
<attribute name="mission_id" label="任务ID" type="STRING" length="32"/>
<attribute name="mission_name" label="任务名称" type="STRING" length="150"/>
<attribute name="mission_status" label="任务状态" type="STRING" length="80"/>
<attribute name="time" label="任务执行时间" type="STRING" length="80"/>
<attribute name="inputuser" label="任务发起用户" type="STRING" length="32"/>
<attribute name="inputtime" label="任务发起时间" type="STRING" length="20"/>
<attribute name="inputorg" label="任务发起部门" type="STRING" length="32"/>
<attribute name="updateuser" label="任务更新用户" type="STRING" length="32"/>
<attribute name="updatetime" label="任务更新时间" type="STRING" length="20"/>
<attribute name="updateorg" label="任务更新部门" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="quartz_mission_list" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="QRTZ_JOB_DETAILS" label="定时任务JOB表" keyAttributes="JOB_NAME">
<attributes>
<attribute name="SCHED_NAME" label="SCHED_NAME" type="STRING" length="120"/>
<attribute name="JOB_NAME" label="JOB_NAME" type="STRING" length="200"/>
<attribute name="JOB_GROUP" label="JOB_GROUP" type="STRING" length="200"/>
<attribute name="DESCRIPTION" label="DESCRIPTION" type="STRING" length="250"/>
<attribute name="JOB_CLASS_NAME" label="JOB_CLASS_NAME" type="STRING" length="250"/>
<attribute name="IS_DURABLE" label="IS_DURABLE" type="STRING" length="1"/>
<attribute name="IS_NONCONCURRENT" label="IS_NONCONCURRENT" type="STRING" length="1"/>
<attribute name="IS_UPDATE_DATA" label="IS_UPDATE_DATA" type="STRING" length="1"/>
<attribute name="REQUESTS_RECOVERY" label="REQUESTS_RECOVERY" type="STRING" length="1"/>
<attribute name="JOB_DATA" label="JOB_DATA" type="STRING" length="65535"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="qrtz_job_details" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="QRTZ_TRIGGERS" label="定时任务TRIGGER表" keyAttributes="TRIGGER_NAME">
<attributes>
<attribute name="SCHED_NAME" label="SCHED_NAME" type="STRING" length="120"/>
<attribute name="TRIGGER_NAME" label="TRIGGER_NAME" type="STRING" length="200"/>
<attribute name="TRIGGER_GROUP" label="TRIGGER_GROUP" type="STRING" length="200"/>
<attribute name="JOB_NAME" label="JOB_NAME" type="STRING" length="200"/>
<attribute name="JOB_GROUP" label="JOB_GROUP" type="STRING" length="200"/>
<attribute name="DESCRIPTION" label="DESCRIPTION" type="STRING" length="250"/>
<attribute name="NEXT_FIRE_TIME" label="NEXT_FIRE_TIME" type="LONG" length="19"/>
<attribute name="PREV_FIRE_TIME" label="PREV_FIRE_TIME" type="String" length="32"/>
<attribute name="PRIORITY" label="PRIORITY" type="LONG" length="19"/>
<attribute name="TRIGGER_STATE" label="TRIGGER_STATE" type="STRING" length="16"/>
<attribute name="TRIGGER_TYPE" label="TRIGGER_TYPE" type="STRING" length="8"/>
<attribute name="START_TIME" label="START_TIME" type="LONG" length="19"/>
<attribute name="END_TIME" label="END_TIME" type="LONG" length="19"/>
<attribute name="CALENDAR_NAME" label="CALENDAR_NAME" type="STRING" length="200"/>
<attribute name="MISFIRE_INSTR" label="MISFIRE_INSTR" type="LONG" length="19"/>
<attribute name="JOB_DATA" label="JOB_DATA" type="STRING" length="65535"/>
<attribute name="USERID" label="USERID" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="qrtz_triggers" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="QRTZ_CRON_TRIGGERS" label="计时器Cron表达式表" keyAttributes="TRIGGER_NAME">
<attributes>
<attribute name="SCHED_NAME" label="SCHED_NAME" type="STRING" length="120"/>
<attribute name="TRIGGER_NAME" label="TRIGGER_NAME" type="STRING" length="200"/>
<attribute name="TRIGGER_GROUP" label="TRIGGER_GROUP" type="STRING" length="200"/>
<attribute name="CRON_EXPRESSION" label="CRON_EXPRESSION" type="STRING" length="120"/>
<attribute name="TIME_ZONE_ID" label="TIME_ZONE_ID" type="STRING" length="80"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="qrtz_cron_triggers" />
</managerProperties>
</manager>
</class>
<class name="OVERDUE_DUNNING_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="96"/>
<attribute name="create_date" label="create_date" type="STRING" length="96"/>
<attribute name="modify_date" label="modify_date" type="STRING" length="96"/>
<attribute name="part_dept" label="part_dept" type="STRING" length="96"/>
<attribute name="contract_id" label="contract_id" type="STRING" length="96"/>
<attribute name="creator_" label="creator_" type="STRING" length="96"/>
<attribute name="modificator_" label="modificator_" type="STRING" length="96"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="overdue_dunning_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="OVERDUE_DUNNING_DIRECTIVES" label="领导指示" keyAttributes="id">
<attributes>
<attribute name="id" label="标识符" type="STRING" length="32"/>
<attribute name="DIRECTIVE_DATE" label="指示日期" type="STRING" length="20"/>
<attribute name="DIRECTIVE_INFO" label="指示内容" type="STRING" length="100"/>
<attribute name="CREATE_DATE" label="登记时间" type="STRING" length="20"/>
<attribute name="MODIFY_DATE" label="更新时间" type="STRING" length="20"/>
<attribute name="CUST_ID" label="客户id" type="STRING" length="32"/>
<attribute name="DIRECTIVE_PERSON" label="指示人" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CREATOR_" label="登记人" type="STRING" length="32"/>
<attribute name="MODIFICATOR_" label="更新人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="overdue_dunning_directives" />
</managerProperties>
</manager>
</class>
<class name="OVERDUE_DUNNING_NOTICE" label="催收函表" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="SENT_DATE" label="申请发送时间" type="STRING" length="20"/>
<attribute name="OVERDUE_NUM" label="逾期期数" type="DOUBLE" length="22" scale="2"/>
<attribute name="OVERDUE_RENT" label="逾期租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="penalty" label="罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="STATUS" label="状态" type="STRING" length="10"/>
<attribute name="InputTime" label="登记时间" type="STRING" length="20"/>
<attribute name="UpdateTime" label="更新时间" type="STRING" length="20"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="InputUserID" label="登记人" type="STRING" length="32"/>
<attribute name="UpdateUserID" label="更新人" type="STRING" length="32"/>
<attribute name="SURPLUS_LIST" label="剩余租金期数" type="STRING" length="32"/>
<attribute name="SURPLUS_RENT" label="剩余租金" type="STRING" length="32"/>
<attribute name="TOTAL_ARREARS" label="合计欠款" type="STRING" length="32"/>
<attribute name="InputOrgID" label="登记部门" type="STRING" length="32"/>
<attribute name="UpdateOrgID" label="更新部门" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="overdue_dunning_notice" />
</managerProperties>
</manager>
</class>
<class name="OVERDUE_DUNNING_RECORD" label="催收记录" keyAttributes="id">
<attributes>
<attribute name="id" label="标识符" type="STRING" length="32"/>
<attribute name="CONTACT_DATE" label="联系日期" type="STRING" length="20"/>
<attribute name="COMMITMENT_MONEY" label="承诺还款金额" type="DOUBLE" length="22" scale="0"/>
<attribute name="COMMITMENT_DATE" label="联系还款日" type="STRING" length="20"/>
<attribute name="NEXT_COMMITMENT_DATE" label="下次联系日期" type="STRING" length="20"/>
<attribute name="COMMITMENT_INFO" label="联系情况" type="STRING" length="2147483647"/>
<attribute name="CREATE_DATE" label="登记时间" type="STRING" length="20"/>
<attribute name="MODIFY_DATE" label="更新时间" type="STRING" length="20"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="96"/>
<attribute name="OVER_DATE" label="逾期期数" type="STRING" length="96"/>
<attribute name="OVER_RENT" label="逾期租金" type="STRING" length="96"/>
<attribute name="OVER_PENALTY" label="逾期罚息" type="STRING" length="96"/>
<attribute name="CONTACT_WAY" label="联系方式" type="STRING" length="200"/>
<attribute name="CREATOR_" label="登记人" type="STRING" length="32"/>
<attribute name="MODIFICATOR_" label="更新人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="overdue_dunning_record" />
</managerProperties>
</manager>
</class>
<class name="OVERDUE_PROJECT" label="出险项目情况表指示" keyAttributes="id">
<attributes>
<attribute name="id" label="标识符" type="STRING" length="32"/>
<attribute name="CORPUS_OVERAGE" label="本金余额" type="DOUBLE" length="22" scale="0"/>
<attribute name="DANGER_DATE" label="出险时间" type="STRING" length="20"/>
<attribute name="CREATE_DATE" label="登记时间" type="STRING" length="20"/>
<attribute name="MODIFY_DATE" label="更新时间" type="STRING" length="20"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="PROCESSING_STATE" label="处理状态" type="STRING" length="200"/>
<attribute name="CREATOR_" label="登记人" type="STRING" length="32"/>
<attribute name="MODIFICATOR_" label="更新人" type="STRING" length="32"/>
<attribute name="single_department" label="出单部门" type="STRING" length="32"/>
<attribute name="rent_assist" label="租后经办" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="overdue_project" />
</managerProperties>
</manager>
</class>
<class name="LB_ROLE_AUTHORITY" label="角色数据权限表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="orgId" label="部门编号" type="STRING" length="42"/>
<attribute name="roleId" label="角色编号" type="STRING" length="42"/>
<attribute name="powerType" label="权限类型" type="STRING" length="32"/>
<attribute name="memo" label="备注" type="STRING" length="2000"/>
<attribute name="inputorg" label="登记部门" type="STRING" length="42"/>
<attribute name="inputuser" label="登记人" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updateuser" label="更新人" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="managerOrg" label="可查看部门" type="STRING" length="2000"/>
<attribute name="managerOrgName" label="可查看部门名称" type="STRING" length="2000"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_ROLE_AUTHORITY" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="FLOW_TASK_USER_HIS" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="FlowUnid" label="FlowUnid" type="STRING" length="32"/>
<attribute name="TaskNo" label="TaskNo" type="STRING" length="32"/>
<attribute name="SourceUser" label="SourceUser" type="STRING" length="32"/>
<attribute name="newUser" label="newUser" type="STRING" length="32"/>
<attribute name="inputuser" label="inputuser" type="STRING" length="32"/>
<attribute name="inputtime" label="inputtime" type="STRING" length="32"/>
<attribute name="updateuser" label="updateuser" type="STRING" length="32"/>
<attribute name="updatetime" label="updatetime" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_task_user_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="FLOW_LOG" label="流程日志" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="taskno" label="任务编号" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
<attribute name="flowno" label="流程号" type="STRING" length="32"/>
<attribute name="logcontent" label="日志内容" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_log" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="MSG_CONFIG" label="短信配置表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="MSG_TYPE" label="短信类型" type="STRING" length="40"/>
<attribute name="MSG_CONTENT" label="短信内容" type="STRING" length="255"/>
<attribute name="MSG_TIME_TYPE" label="发送时间类型" type="STRING" length="32"/>
<attribute name="MSG_STATUS" label="发送状态" type="STRING" length="32"/>
<attribute name="TRIGGER_MODE" label="触发方式" type="STRING" length="32"/>
<attribute name="MSG_SQL" label="SQL" type="STRING" length="4000"/>
<attribute name="MSG_SQL_PARAM" label="发送记录关联关键字" type="STRING" length="100"/>
<attribute name="DELAY_DAY" label="延迟发送天数" type="STRING" length="255"/>
<attribute name="DURABLEDAYS" label="调度持续时间(天)" type="INT" length="10"/>
<attribute name="START_DATE" label="调度开始时间" type="STRING" length="255"/>
<attribute name="END_DATE" label="调度结束时间" type="STRING" length="255"/>
<attribute name="PREVIOUS_FIRE_TIME" label="调度上次执行时间" type="STRING" length="255"/>
<attribute name="NEXT_FIRE_TIME" label="调度下次执行时间" type="STRING" length="255"/>
<attribute name="JOBNAME" label="定时任务名" type="STRING" length="64"/>
<attribute name="TRIGGERNAME" label="定时器名" type="STRING" length="64"/>
<attribute name="MSG_SEND_TIME" label="短信发送时间" type="STRING" length="32"/>
<attribute name="CRON_EXPRESSION" label="定时任务表达式" type="STRING" length="32"/>
<attribute name="IS_OVERDATE_EXECUTE" label="是否过期执行" type="STRING" length="32"/>
<attribute name="IS_REPEAT_BYDATE" label="是否根据日期去重" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="40"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="40"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="40"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="MSG_CONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="MSG_SEND_RELATIVE" label="短信发送关联表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="255"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="255"/>
<attribute name="SMS_ID" label="短信发送编号" type="STRING" length="255"/>
<attribute name="PHONENUMBER" label="手机号" type="STRING" length="255"/>
<attribute name="PLAN_ID" label="租金计划编号" type="STRING" length="255"/>
<attribute name="PLAN_LIST" label="期次" type="STRING" length="255"/>
<attribute name="MSG_SEND_JOBNAME" label="发送定时代理任务名" type="STRING" length="255"/>
<attribute name="MSG_SEND_TRIGGERNAME" label="发送定时代理定时器名" type="STRING" length="255"/>
<attribute name="MSG_TYPE" label="短信类型" type="STRING" length="255"/>
<attribute name="CUST_RELATED_PERSON_ID" label="重要个人编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="40"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="40"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="40"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="MSG_SEND_RELATIVE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_PRODUCT_INFO" label="产品数据" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PRODUCT_ID" label="产品编号" type="STRING" length="32"/>
<attribute name="SERIALNO" label="规格编号" type="STRING" length="32"/>
<attribute name="PRODUCT_DATA" label="产品数据" type="STRING" length="2147483647"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="40"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_PRODUCT_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CAR_PLATENUMBER_CODE" label="" keyAttributes="">
<attributes>
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="50"/>
<attribute name="AREA_CODE" label="区号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="car_platenumber_code" />
</managerProperties>
</manager>
</class>
<class name="LB_ORGUSER_LOG" label="机构操作日志" keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="32"/>
<attribute name="OTYPE" label="操作类型" type="STRING" length="32"/>
<attribute name="OCOMMENT" label="操作内容" type="STRING" length="2000"/>
<attribute name="OSQL" label="操作SQL" type="STRING" length="2000"/>
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORG" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORG" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LOGTIME" label="记录时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_ORGUSER_LOG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CHANNEL_SUBMIT_APPLICATIONS" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING" length="32"/>
<attribute name="FLOWNO" label="提交流程" type="STRING" length="40"/>
<attribute name="BEGINTIME" label="开始时间" type="STRING" length="20"/>
<attribute name="ENDTIME" label="结束时间" type="STRING" length="20"/>
<attribute name="APPLY_DATA" label="提交参数" type="STRING" length="2000"/>
<attribute name="HANDLE_PERSON" label="终端处理人" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="80"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="CONFIGID" label="加载页面配置" type="STRING" length="32"/>
<attribute name="APPLYID" label="退回记录中间表id" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="CHANNEL_SUBMIT_APPLICATIONS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_PARTNER_INFO" label="合作方信息" keyAttributes="ID_">
<attributes>
<attribute name="ID_" label="标识" type="STRING" length="42"/>
<attribute name="PARTNER_NUM" label="渠道商编号" type="STRING" length="80"/>
<attribute name="PARTNER_NAME" label="渠道商名称" type="STRING" length="255"/>
<attribute name="CERT_TYPE" label="证件类型" type="STRING" length="80"/>
<attribute name="CERT_NUM" label="证件号码" type="STRING" length="80"/>
<attribute name="IS_UNION" label="是否联合承租方" type="STRING" length="10"/>
<attribute name="ESTABLISHING_DATE" label="企业成立日期" type="STRING" length="32"/>
<attribute name="SOCIAL_ENCODING" label="社会统一信用编码" type="STRING" length="32"/>
<attribute name="BUSINESS_ENTERPRISE" label="企业类型" type="STRING" length="32"/>
<attribute name="INSTITUTIONAL_TYPE" label="机构类型" type="STRING" length="32"/>
<attribute name="BUSINESS_SCALE" label="企业规模" type="STRING" length="32"/>
<attribute name="WEBSITE" label="公司网址" type="STRING" length="80"/>
<attribute name="PAIDCAPITAL_CURRENCY" label="实收资本币种" type="STRING" length="32"/>
<attribute name="REGISTERED_CAPITAL_CURRENCY" label="注册资本币种" type="STRING" length="32"/>
<attribute name="REGISTERED_CAPITAL" label="实收资本" type="STRING" length="32"/>
<attribute name="PAID_CAPITAL" label="注册资本" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新单位" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="PARTNER_TWO" label="二级渠道" type="STRING" length="100"/>
<attribute name="PARTNER_THREE" label="三级渠道" type="STRING" length="100"/>
<attribute name="PARTNER_FOUR" label="四级渠道" type="STRING" length="100"/>
<attribute name="MAIL" label="邮箱" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="CUSTOMER_PARTNER_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PARTNER_ADDRESS" label="机构地址信息" keyAttributes="ID_">
<attributes>
<attribute name="ID_" label="标识" type="STRING" length="32"/>
<attribute name="ADDRESSTYPE" label="地址类型" type="STRING" length="32"/>
<attribute name="ISCOMADDRESS" label="是否通讯地址" type="STRING" length="10"/>
<attribute name="ADDISAREA" label="地址所属国家/地区" type="STRING" length="80"/>
<attribute name="ISNEW" label="是否最新" type="STRING" length="10"/>
<attribute name="ADDRESSDETAIL" label="地址详情" type="STRING" length="255"/>
<attribute name="ADDRESSISCITY" label="地址所属省/市" type="STRING" length="80"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="PARTNERID" label="机构编号" type="STRING" length="32"/>
<attribute name="ADDRESS" label="邮政编码" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="PARTNER_ADDRESS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PARTNER_TEL" label="机构联系方式" keyAttributes="ID_">
<attributes>
<attribute name="ID_" label="标识" type="STRING" length="32"/>
<attribute name="TELTYPE" label="电话类型" type="STRING" length="32"/>
<attribute name="GLOBALROAMING" label="国际区号" type="STRING" length="32"/>
<attribute name="TELNUM" label="电话号码" type="STRING" length="32"/>
<attribute name="ISNEW" label="是否最新" type="STRING" length="10"/>
<attribute name="ATTENTIONLINE" label="经办人姓名" type="STRING" length="32"/>
<attribute name="PARTNERID" label="机构编号" type="STRING" length="32"/>
<attribute name="MAIL" label="邮箱" type="STRING" length="64"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="PARTNER_TEL" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="FLOW_OPINION" label="" keyAttributes="opinionno,serialno">
<attributes>
<attribute name="serialno" label="流程任务流水号" type="STRING" length="32"/>
<attribute name="opinionno" label="见序号" type="STRING" length="32"/>
<attribute name="objecttype" label="对象类型" type="STRING" length="18"/>
<attribute name="objectno" label="对象编号" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="customername" label="客户名称" type="STRING" length="80"/>
<attribute name="businesscurrency" label="币种" type="STRING" length="18"/>
<attribute name="businesssum" label="金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="termyear" label="期限(年)" type="INT" length="10"/>
<attribute name="termmonth" label="期限(月)" type="INT" length="10"/>
<attribute name="termday" label="期限(日)" type="INT" length="10"/>
<attribute name="baseratetype" label="基准利率类型" type="STRING" length="18"/>
<attribute name="ratefloattype" label="利率浮动方式" type="STRING" length="18"/>
<attribute name="ratefloat" label="利率浮动" type="DOUBLE" length="10" scale="6"/>
<attribute name="bailcurrency" label="保证金币种" type="STRING" length="18"/>
<attribute name="businessrate" label="执行利率" type="DOUBLE" length="10" scale="6"/>
<attribute name="bailratio" label="保证金比率" type="DOUBLE" length="10" scale="6"/>
<attribute name="bailsum" label="保证金金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="pdgratio" label="手续费比率" type="DOUBLE" length="10" scale="6"/>
<attribute name="pdgsum" label="手续费金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="baserate" label="基准利率" type="DOUBLE" length="10" scale="6"/>
<attribute name="phasechoice" label="阶段意见" type="STRING" length="800"/>
<attribute name="phaseopinion" label="意见详情" type="STRING" length="2000"/>
<attribute name="InterOpinion1" label="内部意见1" type="STRING" length="400"/>
<attribute name="DistriOpinion1" label="经销商意见1" type="STRING" length="400"/>
<attribute name="InterOpinion2" label="内部意见2" type="STRING" length="400"/>
<attribute name="DistriOpinion2" label="经销商意见2" type="STRING" length="400"/>
<attribute name="InterOpinion3" label="内部意见3" type="STRING" length="400"/>
<attribute name="DistriOpinion3" label="经销商意见3" type="STRING" length="400"/>
<attribute name="InterOpinion4" label="内部意见4" type="STRING" length="400"/>
<attribute name="DistriOpinion4" label="经销商意见4" type="STRING" length="400"/>
<attribute name="opinionType" label="意见类型" type="STRING" length="10"/>
<attribute name="phaseopinion1" label="意见详情1" type="STRING" length="400"/>
<attribute name="phaseopinion2" label="意见详情2" type="STRING" length="400"/>
<attribute name="phaseopinion3" label="意见详情3" type="STRING" length="400"/>
<attribute name="inputorg" label="登记部门" type="STRING" length="32"/>
<attribute name="inputuser" label="登记人" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="20"/>
<attribute name="updateuser" label="更新人" type="STRING" length="32"/>
<attribute name="updatetime" label="变更时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_opinion" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PRODUCT_LOG" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="name" label="名称" type="STRING" length="50"/>
<attribute name="information" label="信息" type="STRING" length="50"/>
<attribute name="operation" label="操作" type="STRING" length="32"/>
<attribute name="target" label="操作目标" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="product_log" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="USER_TASK_DATA" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="userid" label="userid" type="STRING" length="32"/>
<attribute name="roleid" label="roleid" type="STRING" length="32"/>
<attribute name="flowno" label="flowno" type="STRING" length="32"/>
<attribute name="flowunid" label="flowunid" type="STRING" length="32"/>
<attribute name="project_id" label="project_id" type="STRING" length="32"/>
<attribute name="contract_id" label="contract_id" type="STRING" length="32"/>
<attribute name="begintime" label="begintime" type="STRING" length="32"/>
<attribute name="endtime" label="endtime" type="STRING" length="32"/>
<attribute name="status" label="status" type="STRING" length="32"/>
<attribute name="taskno" label="taskno" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="user_task_data" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="USER_TASK_INFO" label="" keyAttributes="roleid,userid">
<attributes>
<attribute name="userid" label="userid" type="STRING" length="32"/>
<attribute name="roleid" label="roleid" type="STRING" length="32"/>
<attribute name="task_weight" label="task_weight" type="STRING" length="32"/>
<attribute name="task_number" label="task_number" type="STRING" length="32"/>
<attribute name="induction_state" label="induction_state" type="STRING" length="32"/>
<attribute name="inputuserid" label="inputuserid" type="STRING" length="32"/>
<attribute name="inputorgid" label="inputorgid" type="STRING" length="32"/>
<attribute name="inputtime" label="inputtime" type="STRING" length="32"/>
<attribute name="updateuserid" label="updateuserid" type="STRING" length="32"/>
<attribute name="updateorgid" label="updateorgid" type="STRING" length="32"/>
<attribute name="updatetime" label="updatetime" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="user_task_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>