2021-12-09 17:51:44 +08:00

3287 lines
218 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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="USER_AUTHORITY_CHECK" label="经销商管理人员角色权限表" keyAttributes="ROLEID">
<attributes>
<attribute name="ID" label="编号" type="INT" length="32"/>
<attribute name="LOGINID" label="用户登录名" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false"/>
<!-- awe_row_info -->
<property name="table" value="USER_AUTHORITY_CHECK"/>
</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"/>
<attribute name="REMOTEADDR" label="请求地址" type="STRING" length="100"/>
<attribute name="REMOTEHOST" label="请求端口" type="STRING" length="20"/>
<attribute name="SERVERNAME" label="服务名称" type="STRING" length="200"/>
<attribute name="SERVERPORT" label="服务端口" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true"/>
<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"/>
<attribute name="other_fee" label="其他费用" type="STRING" length="32"/>
<attribute name="action_code" label="行动代码" type="STRING" length="32"/>
<attribute name="phone_sts" label="电话状态" type="STRING" length="32"/>
<attribute name="relationship_type" 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"/>
<attribute name="product_name" label="产品名称" type="STRING" length="100"/>
</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>
<class name="FLOW_OPINION_BUSINESS" 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="600"/>
<attribute name="DistriOpinion1" label="经销商意见1" type="STRING" length="600"/>
<attribute name="InterOpinion2" label="内部意见2" type="STRING" length="600"/>
<attribute name="DistriOpinion2" label="经销商意见2" type="STRING" length="600"/>
<attribute name="InterOpinion3" label="内部意见3" type="STRING" length="600"/>
<attribute name="DistriOpinion3" label="经销商意见3" type="STRING" length="600"/>
<attribute name="InterOpinion4" label="内部意见4" type="STRING" length="600"/>
<attribute name="DistriOpinion4" label="经销商意见4" type="STRING" length="600"/>
<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_business" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_GPS_LOCATION" label="GPS定位信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
<attribute name="MODEL" label="设备类型" type="STRING" length="32"/>
<attribute name="RUN_STATUS" label="运行状态" type="STRING" length="32"/>
<attribute name="STATUS" label="设备状态" type="STRING" length="32"/>
<attribute name="STATUS_USING" label="设备启用状态" type="STRING" length="32"/>
<attribute name="IMEI" label="设备号" type="STRING" length="32"/>
<attribute name="CAR_VIN" label="车架号" type="STRING" length="32"/>
<attribute name="RECEIVE_TIME" label="数据接收时间" type="STRING" length="32"/>
<attribute name="GPS_TIME" label="GPS时间" type="STRING" length="32"/>
<attribute name="LNG" label="经度" type="STRING" length="32"/>
<attribute name="LAT" label="纬度" type="STRING" length="32"/>
<attribute name="SPD" label="速度(单位:千米/小时)" type="STRING" length="32"/>
<attribute name="DIR" label="方向0-360,0为正北向" type="STRING" length="32"/>
<attribute name="LOCATE_TYPE" label="定位类型" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_gps_location" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_GPS_ORDER" label="GPS工单信息正式表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
<attribute name="ORDER_NO" label="工单编号" type="STRING" length="40"/>
<attribute name="CONTACT_NAME" label="现场联系人" type="STRING" length="256"/>
<attribute name="CONTACT_PHONE" label="现场联系人电话" type="STRING" length="32"/>
<attribute name="PICCONTACT_NAME" label="派工联系人" type="STRING" length="256"/>
<attribute name="PICCONTACT_PHONE" label="派工联系人电话" type="STRING" length="32"/>
<attribute name="INSTALL_TIME" label="上门时间" type="STRING" length="32"/>
<attribute name="ADDRESS_CODE" label="上门地址最新国标编码" type="STRING" length="32"/>
<attribute name="ADDRESS_DETAIL" label="详细地址" type="STRING" length="512"/>
<attribute name="CAR_VIN" label="车架号" type="STRING" length="32"/>
<attribute name="WIRED_NUM" label="有线设备数量" type="STRING" length="32"/>
<attribute name="WIRED_PERIOD" label="有线设备使用年限" type="STRING" length="32"/>
<attribute name="WIRELESS_NUM" label="无线设备数量" type="STRING" length="32"/>
<attribute name="WIRELESS_PERIOD" label="无线设备使用年限" type="STRING" length="32"/>
<attribute name="CAR_ACCOUNT" label="拉车账号" type="STRING" length="128"/>
<attribute name="RESULT" label="调用返回值" type="STRING" length="32"/>
<attribute name="MESSAGE" label="信息" type="STRING" length="512"/>
<attribute name="STATUS" label="订单状态" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="CARTYPE" label="车型" type="STRING" length="100"/>
<attribute name="USERNAME" label="车主名称" type="STRING" length="32"/>
<attribute name="USERPHONE" label="车主电话" type="STRING" length="11"/>
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="100"/>
<attribute name="SOURCE" label="GPS来源" type="STRING" length="10"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_gps_order" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_GPS_ORDER_TEMP" label="GPS工单信息临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
<attribute name="ORDER_NO" label="工单编号" type="STRING" length="40"/>
<attribute name="CONTACT_NAME" label="现场联系人" type="STRING" length="256"/>
<attribute name="CONTACT_PHONE" label="现场联系人电话" type="STRING" length="32"/>
<attribute name="PICCONTACT_NAME" label="派工联系人" type="STRING" length="256"/>
<attribute name="PICCONTACT_PHONE" label="派工联系人电话" type="STRING" length="32"/>
<attribute name="INSTALL_TIME" label="上门时间" type="STRING" length="32"/>
<attribute name="ADDRESS_CODE" label="上门地址最新国标编码" type="STRING" length="32"/>
<attribute name="ADDRESS_DETAIL" label="详细地址" type="STRING" length="512"/>
<attribute name="CAR_VIN" label="车架号" type="STRING" length="32"/>
<attribute name="WIRED_NUM" label="有线设备数量" type="STRING" length="32"/>
<attribute name="WIRED_PERIOD" label="有线设备使用年限" type="STRING" length="32"/>
<attribute name="WIRELESS_NUM" label="无线设备数量" type="STRING" length="32"/>
<attribute name="WIRELESS_PERIOD" label="无线设备使用年限" type="STRING" length="32"/>
<attribute name="CAR_ACCOUNT" label="拉车账号" type="STRING" length="128"/>
<attribute name="RESULT" label="调用返回值" type="STRING" length="32"/>
<attribute name="MESSAGE" label="信息" type="STRING" length="512"/>
<attribute name="STATUS" label="订单状态" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="CARTYPE" label="车型" type="STRING" length="100"/>
<attribute name="USERNAME" label="车主名称" type="STRING" length="32"/>
<attribute name="USERPHONE" label="车主电话" type="STRING" length="11"/>
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="100"/>
<attribute name="SOURCE" label="GPS来源" type="STRING" length="10"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_gps_order_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="GPS_PRODUCT_INFO" label="gps产品ID配置信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="WIRE_NUM" label="有线数量" type="STRING" length="2"/>
<attribute name="WIRELESS_NUM" label="无线数量" type="STRING" length="2"/>
<attribute name="YEAR" label="产品年限" type="STRING" length="2"/>
<attribute name="GPS_PRODUCT_ID" label="产品ID" type="STRING" length="50"/>
<attribute name="REMARK" label="备注" type="STRING" length="250"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="修改人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="GPS_PRODUCT_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_GPS_PHOTO" label="GPS安装图" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="APPLY_NO" label="申请编号" type="STRING" length="32"/>
<attribute name="PHOTO_NAME" label="照片名称" type="STRING" length="64"/>
<attribute name="URL" label="路径" type="STRING" length="1024"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_gps_photo" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_CUSTOMER_ADDRESS" label="客户居住地址" keyAttributes="id">
<attributes>
<attribute name="id" label="序列号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="languagetype" label="显示语言类型" type="STRING" length="10"/>
<attribute name="addtype" label="地址类型" type="STRING" length="18"/>
<attribute name="isadd" label="是否通讯地址" type="STRING" length="10"/>
<attribute name="isnew" label="是否最新" type="STRING" length="10"/>
<attribute name="status" label="状态" type="STRING" length="10"/>
<attribute name="country" label="地址所属国家/地区" type="STRING" length="20"/>
<attribute name="province" label="地址所属省/市/区县" type="STRING" length="32"/>
<attribute name="dressdetail" label="地址详情" type="STRING" length="400"/>
<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="zipcode" label="邮政编码" type="STRING" length="18"/>
<attribute name="owner" label="电话所有人" type="STRING" length="10"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
<attribute name="FULLADDRESS" label="地址全名" type="STRING" length="400"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_customer_address" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_CALC_CONDITION" label="接口平台商务条件表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_CREDIT_MONEY" label="净融资额" type="DOUBLE" length="22" scale="3"/>
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="期数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME_RATIO" label="保险费收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_EXPENSE" label="保险费支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_EXPENSE_RATIO" label="保险费支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_MONEY" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSEE" label="保险费(承租人)" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSOR" label="保险费(我司)" type="DOUBLE" length="22" scale="2"/>
<attribute name="NOMINAL_PRICE" label="留购价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="BEFORE_INTEREST" label="租前息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME_RATIO" label="其他收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OTHER_EXPENDITURE" label="其他支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_EXPENDITURE_RATIO" label="其他支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RETURN_AMT" label="厂商返利" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENA_RATE" label="罚息利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FREE_DEFA_INTER_DAY" label="免罚息天数" type="INT" length="10"/>
<attribute name="IRR" label="内部收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="PLAN_IRR" label="财务收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GROSS_PROFIT" label="项目粗利" type="DOUBLE" length="22" scale="6"/>
<attribute name="RESERVED_FIELD1" label="保留字1" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD2" label="保留字2" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD3" label="保留字3" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD4" label="保留字4" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD5" label="保留字5" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD6" label="保留字6" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD7" label="保留字7" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD8" label="保留字8" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD9" label="保留字9" type="INT" length="10"/>
<attribute name="RESERVED_FIELD10" label="保留字10" type="INT" length="10"/>
<attribute name="RESERVED_FIELD11" label="保留字11" type="INT" length="10"/>
<attribute name="RESERVED_FIELD12" label="保留字12" type="INT" length="10"/>
<attribute name="CREDIT_MONTHS" label="实际授信月数" type="STRING" length="20"/>
<attribute name="DC_NUM" label="保证金抵扣期数" type="INT" length="10"/>
<attribute name="END_DATE" label="结束日期" type="STRING" length="20"/>
<attribute name="JSON_KNOWING_RENT_PLAN_STR" label="已知租金计划" type="STRING" length="2147483647"/>
<attribute name="JSON_KNOWING_CORPUS_PLAN_STR" label="已知本金计划" type="STRING" length="2147483647"/>
<attribute name="SETTLE_METHOD" label="租金计算方式" type="STRING" length="200"/>
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" 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="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
<attribute name="ADDITIONAL_RATE" label="附加税" type="STRING" length="32"/>
<attribute name="INTEREST_DAY_TYPE" label="计息日计算方式" type="STRING" length="32"/>
<attribute name="PURCHASE_TAX" label="购置税" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FINA" label="购置税是否参与融资" type="STRING" length="32"/>
<attribute name="INSURANCE_PREMIUM" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="FACTORY_ACCESSORIES_FINA" label="原厂配件是否参融" type="STRING" length="32"/>
<attribute name="FACTORY_ACCESSORIES" label="原厂配件费" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE" label="加装费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="加装费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="综合尾付款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32"/>
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="HANDLING_CHARGE_MONEY_TYPE" type="STRING" length="32"/>
<attribute name="INSURANCE_PREMIUM_RATIO" label="保险费比例" type="STRING" length="32"/>
<attribute name="OTHER_MONEY" label="其他" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE_RATIO" label="加装费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_RATIO" label="杂费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_RATIO" label="购置税比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="DEDUCTION_ID" label="保证金抵扣编号" type="STRING" length="100"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_calc_condition" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_CUSTOMER_ACCOUNT" label="接口平台客户扣款卡信息表" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="acc_number" label="银行账号" type="STRING" length="32"/>
<attribute name="bank_name" label="开户银行" type="STRING" length="32"/>
<attribute name="account" label="帐户名称" type="STRING" length="100"/>
<attribute name="is_main" label="是否主账号" type="STRING" length="32"/>
<attribute name="acc_info" label="帐户使用情况" type="STRING" length="600"/>
<attribute name="customerid" label="客户id" 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"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="MOBILE" label="手机号" type="STRING" length="32"/>
<attribute name="acc_type" label="银行卡类型(付款/扣款)" type="STRING" length="32"/>
<attribute name="pay_money" label="付款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="VERIFY" label="银行卡四要素验证结果" type="STRING" length="200"/>
<attribute name="VERIFY_STATUS" label="验证结果" type="STRING" length="32"/>
<attribute name="sign_status" label="sign_status" type="STRING" length="32"/>
<attribute name="CERTID" label="证件号" type="STRING" length="40"/>
<attribute name="CUSTTYPE" label="客户类型" type="STRING" length="40"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_customer_account" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_CUSTOMER_COMPANY" label="接口平台法人客户信息表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="40"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="status" label="状态" type="STRING" length="20"/>
<attribute name="custstatus" label="客户状态" type="STRING" length="32"/>
<attribute name="custtype" label="客户类别" type="STRING" length="32"/>
<attribute name="enterprisename" label="客户名称" type="STRING" length="200"/>
<attribute name="englishname" label="客户英文名" type="STRING" length="80"/>
<attribute name="custsource" label="客户来源" type="STRING" length="32"/>
<attribute name="custkind" label="内部行业" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="20"/>
<attribute name="certid" label="证件号" type="STRING" length="40"/>
<attribute name="countrycode" label="国家" type="STRING" length="18"/>
<attribute name="provincecode" label="省份" type="STRING" length="18"/>
<attribute name="citycode" label="城市" type="STRING" length="18"/>
<attribute name="districtcode" label="区县" type="STRING" length="80"/>
<attribute name="loancardno" label="贷款卡号" type="STRING" length="32"/>
<attribute name="loancardpassword" label="贷款卡密码" type="STRING" length="32"/>
<attribute name="countrytaxno" label="税务登记证号(国税)" type="STRING" length="32"/>
<attribute name="localtaxno" label="税务登记证号(地税)" type="STRING" length="32"/>
<attribute name="supercorpname" label="上级公司名称" type="STRING" length="80"/>
<attribute name="supercertid" label="上级公司组织机构代码" type="STRING" length="32"/>
<attribute name="economytype" label="经济类型" type="STRING" length="18"/>
<attribute name="scope" label="规模" type="STRING" length="18"/>
<attribute name="orgnature" label="机构类型" type="STRING" length="18"/>
<attribute name="orgnaturecategory" label="机构类别细分" type="STRING" length="18"/>
<attribute name="industrytype" label="行业分类" type="STRING" length="18"/>
<attribute name="rccurrency" label="注册资本币种" type="STRING" length="18"/>
<attribute name="registercapital" label="注册资本" type="DOUBLE" length="24" scale="6"/>
<attribute name="pccurrency" label="实收资本币种" type="STRING" length="18"/>
<attribute name="paiclupcapital" label="实收资本" type="DOUBLE" length="24" scale="6"/>
<attribute name="licensematurity" label="营业执照到期日" type="STRING" length="10"/>
<attribute name="operationperiod" label="营业期限(年)" type="STRING" length="10"/>
<attribute name="emailadd" label="公司E-Mail" type="STRING" length="80"/>
<attribute name="webadd" label="公司网址" type="STRING" length="80"/>
<attribute name="listingcorpornot" label="上市公司类型" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人员" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="hasieright" label="有无进出口经营权" type="STRING" length="18"/>
<attribute name="financebelong" label="财务报表类型" type="STRING" length="18"/>
<attribute name="workfieldarea" label="经营场地面积" type="STRING" length="30"/>
<attribute name="employeenumber" label="职工人数" type="STRING" length="30"/>
<attribute name="workfieldfee" label="经营场地所有权" type="STRING" length="18"/>
<attribute name="mostbusiness" label="经营范围" type="STRING" length="1000"/>
<attribute name="manageinfo" label="合法经营情况" type="STRING" length="1000"/>
<attribute name="customerhistory" label="历史沿革、管理水平" type="STRING" length="1000"/>
<attribute name="mainproduction" label="主要产品情况" type="STRING" length="1000"/>
<attribute name="remark" label="备注" type="STRING" length="20000"/>
<attribute name="establish_date" label="成立日期" type="STRING" length="100"/>
<attribute name="fax" label="传真" type="STRING" length="32"/>
<attribute name="company_name" label="申请企业名称" type="STRING" length="100"/>
<attribute name="reg_address" label="注册地址" type="STRING" length="100"/>
<attribute name="operat_address" label="实际经营地址" type="STRING" length="100"/>
<attribute name="tel" label="法定代表人联系方式" type="STRING" length="100"/>
<attribute name="wealth_name" label="财务负责人姓名" type="STRING" length="100"/>
<attribute name="wealth_tel" label="财务负责人联系方式" type="STRING" length="100"/>
<attribute name="company_tel" label="公司固定电话" type="STRING" length="100"/>
<attribute name="business_income" label="企业年主营业务收入" type="STRING" length="100"/>
<attribute name="unit_properties" label="单位性质" type="STRING" length="100"/>
<attribute name="company_properties" label="集团性质" type="STRING" length="16"/>
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_customer_company" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_CUSTOMER_FAMILY" label="接口平台客户家人信息表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
<attribute name="name" label="姓名" type="STRING" length="32"/>
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
<attribute name="status" label="是否有效" type="STRING" length="32"/>
<attribute name="remark" 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="Spouse_" label="是否配偶" type="STRING" length="32"/>
<attribute name="Partner_" label="是否共同申请人" type="STRING" length="32"/>
<attribute name="shukou" label="户口-配偶" type="STRING" length="32"/>
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="ASSURE_RELATION" label="关系" type="STRING" length="10"/>
<attribute name="SEX" label="性别" type="STRING" length="3"/>
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_customer_family" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_CUSTOMER_PERSON" label="接口平台自然人信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="128"/>
<attribute name="SEX" label="性别" type="STRING" length="32"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="32"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="32"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="SINO" label="社会保险号" type="STRING" length="32"/>
<attribute name="COUNTRY" label="国家" type="STRING" length="32"/>
<attribute name="province" label="省份" type="STRING" length="32"/>
<attribute name="city" label="城市" type="STRING" length="32"/>
<attribute name="county" label="区县" type="STRING" length="32"/>
<attribute name="NATIONALITY" label="民族" type="STRING" length="32"/>
<attribute name="NATIVEPLACE" label="户籍地址" type="STRING" length="256"/>
<attribute name="POLITICALFACE" label="政治面貌" type="STRING" length="32"/>
<attribute name="MARRIAGE" label="婚姻状况" type="STRING" length="32"/>
<attribute name="UNITKIND" label="单位所属行业" type="STRING" length="64"/>
<attribute name="WORKCORP" label="单位名称" type="STRING" length="96"/>
<attribute name="WORKADD" label="单位地址" type="STRING" length="256"/>
<attribute name="WORKTEL" label="单位电话" type="STRING" length="32"/>
<attribute name="OCCUPATION" label="职业" type="STRING" length="32"/>
<attribute name="title" label="职称" type="STRING" length="32"/>
<attribute name="EMPLOYRECORD" label="工作履历" type="STRING" length="256"/>
<attribute name="EDURECORD" label="毕业学校(取得最高学历)" type="STRING" length="256"/>
<attribute name="EDUEXPERIENCE" label="最高学历" type="STRING" length="32"/>
<attribute name="EDUDEGREE" label="最高学位" type="STRING" length="32"/>
<attribute name="GRADUATEYEAR" label="毕业年份" type="STRING" length="32"/>
<attribute name="CREDITLEVEL" label="信用等级" type="STRING" length="32"/>
<attribute name="EVALUATEDATE" label="评估日期" type="STRING" length="32"/>
<attribute name="BALANCESHEET" label="待扩展字段" type="STRING" length="256"/>
<attribute name="INTRO" label="个人情况简介" type="STRING" length="256"/>
<attribute name="SELFMONTHINCOME" label="个人月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="FAMILYMONTHINCOME" label="家庭月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="INCOMESOURCE" label="收入来源" type="STRING" length="32"/>
<attribute name="POPULATION" label="家庭人口数" type="INT" length="10"/>
<attribute name="LOANCARDNO" label="贷款卡号" type="STRING" length="32"/>
<attribute name="LOANCARDINSYEAR" label="贷款卡最新年审年份" type="STRING" length="32"/>
<attribute name="FARMERSORT" label="农户分类" type="STRING" length="32"/>
<attribute name="REGIONALISM" label="所属行政区域" type="STRING" length="32"/>
<attribute name="draft" label="是否草稿" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="512"/>
<attribute name="UPDATEORGID" label="更新机构编号" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新用户编号" type="STRING" length="32"/>
<attribute name="COMMADD" label="通讯地址" type="STRING" length="256"/>
<attribute name="COMMZIP" label="通讯地址邮编" type="STRING" length="32"/>
<attribute name="NATIVEADD" label="户籍地址" type="STRING" length="256"/>
<attribute name="WORKZIP" label="单位地址邮编" type="STRING" length="32"/>
<attribute name="HEADSHIP" label="职务" type="STRING" length="32"/>
<attribute name="WORKBEGINDATE" label="本单位工作起始日" type="STRING" length="32"/>
<attribute name="YEARINCOME" label="个人年收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="PAYACCOUNT" label="工资帐号" type="STRING" length="32"/>
<attribute name="PAYACCOUNTBANK" label="工资帐号开户银行" type="STRING" length="256"/>
<attribute name="FAMILYSTATUS" label="居住状况" type="STRING" length="32"/>
<attribute name="TEMPSAVEFLAG" label="暂存标志" type="STRING" length="32"/>
<attribute name="CUSTSOURCE" label="客户来源" type="STRING" length="32"/>
<attribute name="CUSTKIND" label="内部行业" type="STRING" length="32"/>
<attribute name="invalid" label="是否废弃" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="DRIVERLICENSE" label="驾驶证" type="STRING" length="32"/>
<attribute name="LICENSENAME" label="驾驶证姓名" type="STRING" length="256"/>
<attribute name="COUNTRYNAME" label="国家" type="STRING" length="256"/>
<attribute name="PROVINCENAME" label="省份" type="STRING" length="256"/>
<attribute name="CITYNAME" label="城市" type="STRING" length="256"/>
<attribute name="EMERGENCY_CONTACT_PERSON" label="紧急联系人" type="STRING" length="32"/>
<attribute name="EMERGENCY_CONTACT_TEL" label="紧急联系电话" type="STRING" length="32"/>
<attribute name="mobile" label="手机号" type="STRING" length="32"/>
<attribute name="ENTRYTIME" label="入职时间" type="STRING" length="32"/>
<attribute name="FORMALEMP" label="正式员工" type="STRING" length="32"/>
<attribute name="childrens_number" label="子女人数" type="STRING" length="32"/>
<attribute name="family_address" label="居住地址" type="STRING" length="200"/>
<attribute name="telephone" label="固定电话" type="STRING" length="32"/>
<attribute name="living_life" label="居住年限" type="STRING" length="32"/>
<attribute name="Mailing_Address" label="邮寄地址" type="STRING" length="256"/>
<attribute name="Property_type" label="房产类型" type="STRING" length="32"/>
<attribute name="Unit_nature" label="单位性质" type="STRING" length="32"/>
<attribute name="before_unit_name" label="前工作单位名称" type="STRING" length="64"/>
<attribute name="main_income" label="主要收入" type="STRING" length="32"/>
<attribute name="other_income" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="Partner_" label="作为共同申请人-配偶" type="STRING" length="32"/>
<attribute name="spouse_name" label="配偶姓名-配偶" type="STRING" length="32"/>
<attribute name="spouse_hukou" label="户口-配偶" type="STRING" length="32"/>
<attribute name="sIdentNumber" label="证件号码-配偶" type="STRING" length="64"/>
<attribute name="suname" label="单位名称-配偶" type="STRING" length="64"/>
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
<attribute name="spnumber" label="手机号——配偶" type="STRING" length="32"/>
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
<attribute name="e_mail" label="电邮" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_customer_person" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_EQUIPMENT_CAR" label="接口平台租赁物表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="DEVICE_TYPE" label="车辆类型" type="STRING" length="30"/>
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
<attribute name="BRAND" label="车辆品牌" type="STRING" length="300"/>
<attribute name="MODEL" label="型号" type="STRING" length="300"/>
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="300"/>
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
<attribute name="EQUIP_PRICE" label="交易价格" type="STRING" length="30"/>
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
<attribute name="NOW_TOTAL" label="车辆指导价" type="STRING" length="30"/>
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
<attribute name="MANUFACTURER_NAME" label="生产商" type="STRING" length="200"/>
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
<attribute name="MEMO" label="其他配置说明" type="STRING" length="1000"/>
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="1000"/>
<attribute name="STATUS" label="状态" type="STRING" length="1000"/>
<attribute name="FLOWUNID" 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="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
<attribute name="DRIVE_TYPE" label="驱动形式" type="STRING" length="100"/>
<attribute name="CAR_COLOUR" label="车辆颜色" type="STRING" length="32"/>
<attribute name="DISPLACEMENT" label="排量" type="STRING" length="32"/>
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号码" type="STRING" length="32"/>
<attribute name="EXPIRYDATE" label="年检有效期" type="STRING" length="32"/>
<attribute name="D_NAME" label="驾驶人姓名" type="STRING" length="32"/>
<attribute name="D_SEX" label="驾驶人性别" type="STRING" length="32"/>
<attribute name="D_CERTID" label="驾驶人身份证号" type="STRING" length="32"/>
<attribute name="D_CERT_ADDR" label="驾驶人身份证地址" type="STRING" length="200"/>
<attribute name="D_CERT_VALID" label="驾驶人身份证有效期" type="STRING" length="32"/>
<attribute name="D_DRIVE" label="驾驶证" type="STRING" length="32"/>
<attribute name="D_TEL" label="驾驶人手机号码" type="STRING" length="32"/>
<attribute name="D_ADDR" label="驾驶人常住地址" type="STRING" length="200"/>
<attribute name="D_EDU_LEVEL" label="驾驶人学历" type="STRING" length="32"/>
<attribute name="D_WORK_NAME" label="驾驶人公司名称" type="STRING" length="100"/>
<attribute name="D_WORK_ADDR" label="驾驶人公司地址" type="STRING" length="200"/>
<attribute name="D_WORK_YEAR" label="驾驶人当前工作工作年限" type="STRING" length="32"/>
<attribute name="D_SALARY" label="驾驶人月薪" type="DOUBLE" length="22" scale="2"/>
<attribute name="D_ID" label="驾驶人ID" type="STRING" length="32"/>
<attribute name="car_series" label="车系" type="STRING" length="80"/>
<attribute name="gears" label="档位" type="STRING" length="80"/>
<attribute name="evaluated_price" label="评估价格" type="STRING" length="32"/>
<attribute name="excellent_dealer_low_buy_price" label="优秀最低车商收购价" type="STRING" length="32"/>
<attribute name="excellent_dealer_buy_price" label=" 优秀车商收车价" type="STRING" length="32"/>
<attribute name="excellent_individual_low_sold_price" label="优秀最低个人交易价" type="STRING" length="32"/>
<attribute name="excellent_individual_price" label="优秀个人交易价" type="STRING" length="32"/>
<attribute name="excellent_dealer_low_sold_price" label="优秀最低车商零售价" type="STRING" length="32"/>
<attribute name="excellent_dealer_price" label="优秀车商零售价" type="STRING" length="32"/>
<attribute name="excellent_dealer_high_sold_price" label="优秀最高车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_low_buy_price" label="良好最低车商收购" type="STRING" length="32"/>
<attribute name="good_dealer_buy_price" label=" 良好车商收车价" type="STRING" length="32"/>
<attribute name="good_individual_low_sold_price" label="良好最低个人交易价" type="STRING" length="32"/>
<attribute name="good_individual_price" label=" 良好个人交易价" type="STRING" length="32"/>
<attribute name="good_dealer_low_sold_price" label="良好最低车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_price" label="良好车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_high_sold_price" label="良好最高车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_low_buy_price" label="普通最低车商收购" type="STRING" length="32"/>
<attribute name="normal_dealer_buy_price" label=" 普通车商收车价" type="STRING" length="32"/>
<attribute name="normal_individual_low_sold_price" label="普通最低个人交易价" type="STRING" length="32"/>
<attribute name="normal_individual_price" label=" 普通个人交易价" type="STRING" length="32"/>
<attribute name="normal_dealer_low_sold_price" label="普通最低车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_price" label="普通车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_high_sold_price" label="普通最高车商零售价" type="STRING" length="32"/>
<attribute name="discharge_standard" label="排放标准" type="STRING" length="32"/>
<attribute name="detail_report_url" label="详细估值结果报告页面地址" type="STRING" length="100"/>
<attribute name="taken" label="查询编号" type="STRING" length="32"/>
<attribute name="modelId" label="车型ID" type="STRING" length="32"/>
<attribute name="zone" label="城市标识" type="STRING" length="32"/>
<attribute name="regDate" label="车牌上牌日期" type="STRING" length="32"/>
<attribute name="mile" label="车辆行驶里程" type="STRING" length="32"/>
<attribute name="CITYID" label="CITYID" type="STRING" length="32"/>
<attribute name="CITYNAME" label="CITYNAME" type="STRING" length="100"/>
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_equipment_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_GUARANTEE_UNIT" label="接口平台担保人信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="ASSUROR" label="担保人" type="STRING" length="32"/>
<attribute name="ASSURE_METHOD" label="担保类型" type="STRING" length="32"/>
<attribute name="ASSURE_RELATION" label="关系" type="STRING" length="32"/>
<attribute name="ASSURE_PROPERTY" label="担保单位性质" type="STRING" length="100"/>
<attribute name="CGMNOTE" label="备注" type="STRING" length="2000"/>
<attribute name="DATA_STATE" 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="MODIFY_REASON" label="修改原因" type="STRING" length="32"/>
<attribute name="Marital_status" label="婚姻状态" type="STRING" length="32"/>
<attribute name="company_phone" label="公司电话" type="INT" length="10"/>
<attribute name="Major_monthly_income" label="主要月收入金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="IS_HIS" label="是否存过历史" type="STRING" length="10"/>
<attribute name="FULLNAME" label="担保人姓名" type="STRING" length="32"/>
<attribute name="SEX" label="担保人性别" type="STRING" length="5"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="32"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="MOBILE" label="电话号码" type="STRING" length="20"/>
<attribute name="ADDRESS" label="居住地址" type="STRING" length="80"/>
<attribute name="PROPERTY_TYPE" label="是否有本地房产" type="STRING" length="5"/>
<attribute name="OTHER_INCOME" label="房屋价值" type="STRING" length="32"/>
<attribute name="WORKCORP" label="单位名称" type="STRING" length="32"/>
<attribute name="WORKTEL" label="单位电话" type="STRING" length="20"/>
<attribute name="TITLE" label="职位" type="STRING" length="32"/>
<attribute name="WORKADD" label="单位地址" type="STRING" length="80"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_guarantee_unit" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_PROJECT_INFO" label="接口平台项目信息表" keyAttributes="ID">
<attributes>
<attribute name="distributor_id" label="经销商id" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PRODUCT_ID" label="产品ID" type="STRING" length="32"/>
<attribute name="PRODUCT_NAME" label="产品名称" type="STRING" length="500"/>
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_DATE" label="项目日期" type="STRING" length="32"/>
<attribute name="PROJECT_NAME" label="项目名称" type="STRING" length="500"/>
<attribute name="PROJECT_TYPE" label="项目类型" type="STRING" length="32"/>
<attribute name="PROJECT_SCALE" label="项目规模" type="STRING" length="32"/>
<attribute name="PROJECT_SOURCE" label="项目来源" type="STRING" length="32"/>
<attribute name="PROJECT_INDUSTRY" label="内部行业" type="STRING" length="32"/>
<attribute name="LEAS_FORM" label="租赁形式" type="STRING" length="32"/>
<attribute name="PROJECT_DEPT" label="出单部门" type="STRING" length="32"/>
<attribute name="PROJECT_REGISTRAR" label="经办人" type="STRING" length="32"/>
<attribute name="PROJECT_MANAGE" label="项目经理" type="STRING" length="32"/>
<attribute name="PROJECT_ASSIST" label="项目协办" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="IS_FLOW" label="是否流程中" type="STRING" length="32"/>
<attribute name="PROJECT_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="DATA_STATE" label="数据状态" type="STRING" length="32"/>
<attribute name="MODIFY_REASON" label="修改原因" type="STRING" length="32"/>
<attribute name="OTHER_CONDITION" label="其它商务条件" type="STRING" length="2000"/>
<attribute name="PROJECT_DEPT_DETAIL" label="N:未移交过,Y:移交给" type="STRING" length="50"/>
<attribute name="END_DATE" label="审批结束日期" type="STRING" length="32"/>
<attribute name="AREA_CODE" label="车牌号对应所在区号" type="STRING" length="32"/>
<attribute name="CAR_TYPE" label="CAR_TYPE" type="STRING" length="64"/>
<attribute name="AREA" label="AREA" type="STRING" length="64"/>
<attribute name="VERSIONID" label="版本号" type="STRING" length="64"/>
<attribute name="BUSINESSTYPE" label="业务类型" type="STRING" length="64"/>
<attribute name="CONTRACT_NUMBER" label="CONTRACT_NUMBER" type="STRING" length="100"/>
<attribute name="source_type" label="业务申请类型" type="STRING" length="32"/>
<attribute name="inputName" label="报单人姓名" type="STRING" length="32"/>
<attribute name="inputTel" label="报单人电话" type="STRING" length="16"/>
<attribute name="HaveCommission" label="是否有佣金" type="STRING" length="10"/>
<attribute name="IS_NETCAR" label="是否网约车" type="STRING" length="10"/>
<attribute name="IS_OPERATION" label="车辆是否为营运性质" type="STRING" length="10"/>
<attribute name="IS_AFFILIATED" label="是否挂靠/上牌在第三方名下" type="STRING" length="10"/>
<attribute name="IS_OPERATION_QUALIFICATION" label="承租人/挂靠方是否已取得车辆营运资质" type="STRING" length="10"/>
<attribute name="TRANSPORTCERTID" label="道路运输许可证照号码" type="STRING" length="50"/>
<attribute name="AFFILIATEDNAME" label="挂靠方名称" type="STRING" length="100"/>
<attribute name="NETCERTNAME" label="证照名称" type="STRING" length="32"/>
<attribute name="LEGALPERSONNAME" label="法定代表人/经营者名称" type="STRING" length="100"/>
<attribute name="AFFILIATEDDATE" label="挂靠方注册成立时间" type="STRING" length="32"/>
<attribute name="AFFILIATEDENDDATE" label="经营期限至" type="STRING" length="32"/>
<attribute name="REGISTEREDMONEY" label="注册资本" type="STRING" length="32"/>
<attribute name="AFFILIATEDACTUALADDRESS" label="挂靠方实际经营地址" type="STRING" length="200"/>
<attribute name="AFFILIATEDADDRESS" label="挂靠方注册地址" type="STRING" length="200"/>
<attribute name="TRANSPORTDATE" label="道路运输许可证照有效期" type="STRING" length="32"/>
<attribute name="NETCERTID" label="证照号码" type="STRING" length="32"/>
<attribute name="LEGALPERSONID" label="法定代表人/经营者身份证号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_project_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_FILES" label="接口平台资料清单" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="SERIAL" label="单次请求流水号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="FILETYPE" label="文件类型" type="STRING" length="32"/>
<attribute name="FILEPATH" label="文件路径" type="STRING" length="4096"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_files" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_APPROVAL_OPINION_LOG" label="审批意见推送日志" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="CHANNEL" label="渠道编号" type="STRING" length="32"/>
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="PROCESS_NODE" label="申请类型编号(接口平台)" type="STRING" length="32"/>
<attribute name="ITEMNO" label="申请类型编号" type="STRING" length="32"/>
<attribute name="APPROVE_OPINION" label="审批意见信息" type="STRING" length="512"/>
<attribute name="APPROVE_STATUS" label="审核状态" type="STRING" length="32"/>
<attribute name="APPROVE_BEGINTIME" label="审核开始时间" type="STRING" length="32"/>
<attribute name="APPROVE_ENDTIME" label="审核结束时间" type="STRING" length="32"/>
<attribute name="PUSH_NUMBER" label="推送次数" type="STRING" length="32"/>
<attribute name="PUSH_STATUS" label="推送结果" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="修改时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_approval_opinion_log" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<!-- <class name="VI_FLOW_MONITORING" label="流程监控视图" keyAttributes="`OBJECTNO`">
<attributes>
<attribute name="OBJECTNO" label="对象编号" type="STRING"/>
<attribute name="FLOW_KEY" label="项目/合同号" type="STRING"/>
<attribute name="PROJ_NAME" label="项目名称" type="STRING"/>
<attribute name="FLOW_NAME" label="流程名称" type="STRING"/>
<attribute name="PHASENAME" label="当前任务名称" type="STRING"/>
<attribute name="USERNAME" label="当前处理人" type="STRING"/>
<attribute name="BEGINTIME" label="任务开始时间" type="STRING"/>
<attribute name="ENDTIME" label="任务结束时间" type="STRING"/>
<attribute name="PHASENO" label="当前阶段号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_flow_monitoring" />
<property name="createKey" value="false" />
</managerProperties>
</manager>
</class> -->
<class name="VI_FLOW_MONITORING" label="流程监控视图" keyAttributes="OBJECTNO">
<attributes>
<attribute name="OBJECTNO" label="对象编号" type="STRING"/>
<attribute name="FLOW_KEY" label="项目/合同号" type="STRING"/>
<attribute name="PROJ_NAME" label="项目名称" type="STRING"/>
<attribute name="FLOW_NAME" label="流程名称" type="STRING"/>
<attribute name="PHASENAME" label="当前任务名称" type="STRING"/>
<attribute name="USERNAME" label="当前处理人" type="STRING"/>
<attribute name="BEGINTIME" label="任务开始时间" type="STRING"/>
<attribute name="ENDTIME" label="任务结束时间" type="STRING"/>
<attribute name="OBJECTTYPE" label="当前阶段号" type="STRING"/>
<attribute name="PHASETYPE" label="阶段类型" type="STRING"/>
<attribute name="APPLYTYPE" label="申请类型" type="STRING"/>
<attribute name="FLOWNO" label="当前流程号" type="STRING"/>
<attribute name="FLOWNAME" label="当前流程名称" type="STRING"/>
<attribute name="PHASENO" label="PHASENO" type="STRING"/>
<attribute name="flow_unid" label="流程编号" type="STRING"/>
<attribute name="proj_id" label="项目编号" type="STRING"/>
<attribute name="contract_id" label="合同编号" type="STRING"/>
<attribute name="SERIALNO" label="流水号" type="STRING"/>
<attribute name="RELATIVESERIALNO" label="上一流水号" type="STRING"/>
<attribute name="USERID" label="承办人编号" type="STRING"/>
<attribute name="DISTRIBUTOR_NAME" label="渠道商名称" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_flow_monitoring" />
</managerProperties>
</manager>
</class>
<class name="PF_TASK_ALLOCATION_ROLE" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="ROLEID" label="角色编号" type="STRING" length="32"/>
<attribute name="ROLENAME" label="角色名" type="STRING" length="80"/>
<attribute name="STATUS" 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="32"/>
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UPDATEORG" label="更新部门" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_task_allocation_role" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="PF_TASK_ALLOCATION_USER" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="ROLEID" label="角色编号" type="STRING" length="32"/>
<attribute name="USERID" label="用户编号" type="STRING" length="32"/>
<attribute name="USERNAME" label="用户姓名" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="WEIGHT" label="权重" type="STRING" length="32"/>
<attribute name="NUMBER_OF_TASKS" 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="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="TASKSSUM" label="用户加入后任务总数" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="pf_task_allocation_user" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>