2018-08-04 18:49:16 +08:00

170 lines
10 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<jbo>
<package name="jbo.app.tenwa.doc" >
<class name="LB_DOCCONFIG" label="文件清单配置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="SERIAL_NUM" label="序号" type="STRING" length="32"/>
<attribute name="DOC_NAME" label="名称" type="STRING" length="200"/>
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="100"/>
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="100"/>
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="100"/>
<attribute name="FOUR_CLASSIFY" label="四级分类" type="STRING" length="100"/>
<attribute name="DOC_TYPE" label="资料类型" type="STRING" length="32"/>
<attribute name="DOC_NATURE" label="资料性质" type="STRING" length="32"/>
<attribute name="DOC_CLASS_ITEMNO" label="资料分类编号" type="STRING" length="32"/>
<attribute name="DOC_RELATION_ID" label="资料关联ID" type="STRING" length="1000"/>
<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="LB_DOCCONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_DOCRELATIVE" label="文档关联对象表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类别" type="STRING" length="18" />
<attribute name="PROJ_ID" label="项目id" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同id" type="STRING" length="32"/>
<attribute name="PLAN_NUMBER" label="方案编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户id" type="STRING" length="32"/>
<attribute name="FLOW_UNID" label="流程号" type="STRING" length="32"/>
<attribute name="TEMPLATE_ID" label="合同列表ID" 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="LB_DOCRELATIVE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_DOCLIBRARY" label="资料清单" keyAttributes="ID">
<attributes>
<attribute name="ID" label="id主键" type="STRING" length="32"/>
<attribute name="SERIAL_NUM" label="序号" type="STRING" length="32"/>
<attribute name="DOC_NAME" label="资料名称" type="STRING" length="200"/>
<attribute name="DOC_NATURE" label="资料性质" type="STRING" length="64"/>
<attribute name="REMARK" label="备注" type="STRING" length="200"/>
<attribute name="BUSINESS_CHECK" label="业务检查" type="STRING" length="32"/>
<attribute name="IS_HANDOVER" label="档案交接" type="STRING" length="32"/>
<attribute name="OPERATE_CHECK" label="运营确认" type="STRING" length="32"/>
<attribute name="REVIEW_CHECK" 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="DOC_TYPE" label="资料类型" type="STRING" length="32"/>
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="100"/>
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="100"/>
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="100"/>
<attribute name="FOUR_CLASSIFY" label="四级分类" type="STRING" length="100"/>
<attribute name="DOC_CLASS_ITEMNO" label="资料分类编号" type="STRING" length="32"/>
<attribute name="RELATIVE_ID" label="关联ID" type="STRING" length="32"/>
<attribute name="CONFIG_ID" label="资料清单配置ID" type="STRING" length="32"/>
<attribute name="IS_INIT" label="是否初始化过" type="STRING" length="10"/>
<attribute name="IS_FILE_LIST" label="是否文件清单" type="STRING" length="32"/>
<attribute name="IS_BORROWING" label="借阅状态" type="STRING" length="32"/>
<attribute name="BORROWID" label="借阅单流水号" type="STRING" length="32"/>
<attribute name="LIBCOPIES" label="份数" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_DOCLIBRARY" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_DOCATTRIBUTE" label="文档附件详情" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32" />
<attribute name="LIBRARY_ID" label="附件编号" type="STRING" length="32" />
<attribute name="FILEPATH" label="文档路径" type="STRING" length="500" />
<attribute name="FULLPATH" label="文档全路径" type="STRING" length="600" />
<attribute name="FILENAME" label="文件名" type="STRING" length="250" />
<attribute name="FILESIZE" 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="REMARK" label="备注" type="STRING" length="200" />
<attribute name="OBJECTTYPE" label="对象类别" type="STRING" length="32" />
<attribute name="CONTENT_TYPE" label="文件格式" type="STRING" length="200" />
<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="DELETEED" label="是否已删除" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="40"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="LB_DOCATTRIBUTE" />
</managerProperties>
</manager>
</class>
<class name="LB_DOC_CONTRACT_LIST" label="生成合同列表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="contract_id" label="合同标识" type="STRING" length="32"/>
<attribute name="contract_no" label="业务合同号+后缀" type="STRING" length="250"/>
<attribute name="filename" label="文件名" type="STRING" length="250"/>
<attribute name="attribute_id" label="附件明细表标识" type="STRING" length="32"/>
<attribute name="file_type" label="文件类型" type="STRING" length="32"/>
<attribute name="file_flag" label="是否有效" type="STRING" length="32"/>
<attribute name="sign_type" label="签约状态" type="STRING" length="32"/>
<attribute name="project_id" label="项目标识" type="STRING" length="32"/>
<attribute name="prodect_id" label="产品标识" type="STRING" length="32"/>
<attribute name="library_id" label="资料清单标识" type="STRING" length="32"/>
<attribute name="doc_name" label="资料名称" type="STRING" length="64"/>
<attribute name="document_id" label="契约锁合同文件id" type="STRING" length="32"/>
<attribute name="customername" label="客户名称" type="STRING" length="64"/>
<attribute name="telephone" label="电话号码" type="STRING" length="32"/>
<attribute name="ids" label="客户id/担保人id" type="STRING" length="32"/>
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
<attribute name="fullpath" label="文档全路径文件名" type="STRING" length="600"/>
<attribute name="inputuserid" label="创建人" type="STRING" length="100"/>
<attribute name="inputorgid" label="创建人所属部门" type="STRING" length="100"/>
<attribute name="inputtime" label="创建时间" type="STRING" length="100"/>
<attribute name="updateuserid" label="修改人" type="STRING" length="100"/>
<attribute name="updateorgid" label="修改人所属部门" type="STRING" length="100"/>
<attribute name="updatetime" label="修改时间" type="STRING" length="100"/>
<attribute name="config_id" label="文件清单配置标识" type="STRING" length="100"/>
<attribute name="doc_class_itemno" label="资料分类编号" type="STRING" length="100"/>
<attribute name="singcontract_id" label="契约锁合同id" type="STRING" length="64"/>
<attribute name="content_type" label="文件格式" type="STRING" length="100"/>
<attribute name="flow_unid" label="流程id" type="STRING" length="32"/>
<attribute name="process" label="合同制作过程" type="STRING" length="32"/>
<attribute name="sendprocess" label="契约锁发送过程" type="STRING" length="32"/>
<attribute name="message" label="记录作废1、退回0、记录最后一次错误信息" type="STRING" length="200"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_doc_contract_list" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>