444 lines
27 KiB
XML
444 lines
27 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>
|
|
|
|
|
|
<class name="LB_ONEDIMENSIONALCODE" label="一维码表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NO" 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="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="REMARK" label="备注" type="STRING" length="200"/>
|
|
<attribute name="CONTENT_TYPE" label="文件格式" type="STRING" length="200"/>
|
|
<attribute name="DELETEED" label="是否已删除" type="STRING" length="32"/>
|
|
<attribute name="OBJECTTYPE" 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="FLOWUNID" label="流程编号" type="STRING" length="40"/>
|
|
<attribute name="STANDBY" label="备用" type="STRING" length="40"/>
|
|
<attribute name="DESCRIBE" label="描述" type="STRING" length="40"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_onedimensionalcode" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="LC_COPYFILE_LOG" label="文件拷贝日志表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NO" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="BATCH_NO" label="批次号" type="STRING" length="32"/>
|
|
<attribute name="COPY_TYPE" label="拷贝类型" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSERID" label="上传人" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="上传时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lc_copyfile_log" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_FILE_MAILARCHIVING_INFO" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_PERSON" label="归档人" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_TIME" label="归档时间" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_CABINET_NO" label="档案柜号" type="STRING" length="32"/>
|
|
<attribute name="ALLSTATUS" label="总邮寄状态" type="STRING" length="32"/>
|
|
<attribute name="ALLHANDOVERSTATUS" label="总接收状态" type="STRING" length="32"/>
|
|
<attribute name="EXPCOMPANY" label="快递公司" type="STRING" length="32"/>
|
|
<attribute name="EXPNUMBER" label="快递单号" type="STRING" length="100"/>
|
|
<attribute name="DEMO" label="备注" 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"/>
|
|
<attribute name="FILE_NUMBER" label="档案编号" type="STRING" length="32"/>
|
|
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
|
<attribute name="opinion_comments" label="意见解释" type="STRING" length="255"/>
|
|
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
|
|
<attribute name="EXPENDDATE" label="档案收到时间" type="STRING" length="32"/>
|
|
<attribute name="is_delay" label="档案邮寄时间" type="STRING" length="32"/>
|
|
<attribute name="delay_date" label="档案收到时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_file_mailarchiving_info" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_FILE_MAILARCHIVING_INFO_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_PERSON" label="归档人" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_TIME" label="归档时间" type="STRING" length="32"/>
|
|
<attribute name="ARCHIVING_CABINET_NO" label="档案柜号" type="STRING" length="32"/>
|
|
<attribute name="ALLSTATUS" label="总邮寄状态" type="STRING" length="32"/>
|
|
<attribute name="ALLHANDOVERSTATUS" label="总接收状态" type="STRING" length="32"/>
|
|
<attribute name="EXPCOMPANY" label="快递公司" type="STRING" length="32"/>
|
|
<attribute name="EXPNUMBER" label="快递单号" type="STRING" length="100"/>
|
|
<attribute name="DEMO" label="备注" 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"/>
|
|
<attribute name="FILE_NUMBER" label="档案编号" type="STRING" length="32"/>
|
|
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
|
<attribute name="IS_FLOWING" label="是否在流程中" type="STRING" length="32"/>
|
|
<attribute name="opinion_comments" label="意见解释" type="STRING" length="255"/>
|
|
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
|
|
<attribute name="EXPENDDATE" label="档案收到时间" type="STRING" length="32"/>
|
|
<attribute name="is_delay" label="档案邮寄时间" type="STRING" length="32"/>
|
|
<attribute name="delay_date" label="档案收到时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_file_mailarchiving_info_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LM_MAILONLINE_DOC" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="MAIL_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="LIBRARYID" label="文件id" type="STRING" length="32"/>
|
|
<attribute name="MAILSTATUS" label="邮寄状态" type="STRING" length="32"/>
|
|
<attribute name="HANDOVERSTATUS" label="接收状态" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="备注" 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"/>
|
|
<attribute name="ATTRIBUTE1" label="备用字段1" type="STRING" length="32"/>
|
|
<attribute name="ATTRIBUTE2" label="备用字段2" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lm_mailonline_doc" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LM_MAILONLINE_DOC_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="MAIL_ID" label="合同编号" type="STRING" length="32"/>
|
|
<attribute name="LIBRARYID" label="文件id" type="STRING" length="32"/>
|
|
<attribute name="MAILSTATUS" label="邮寄状态" type="STRING" length="32"/>
|
|
<attribute name="HANDOVERSTATUS" label="接收状态" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="备注" type="STRING" length="1000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" 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"/>
|
|
<attribute name="ATTRIBUTE1" label="备用字段1" type="STRING" length="32"/>
|
|
<attribute name="ATTRIBUTE2" label="备用字段2" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lm_mailonline_doc_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_MAILARCHIVING_INFO_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="PRODUCT_ID" label="产品ID" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="MAIL_STATUS" label="邮寄状态" type="STRING" length="32"/>
|
|
<attribute name="HANDOVER_STATUS" label="接收状态" type="STRING" length="32"/>
|
|
<attribute name="APP_CODE" label="影像编号" type="STRING" length="32"/>
|
|
<attribute name="APP_NAME" label="影像名称" type="STRING" length="100"/>
|
|
<attribute name="NEW_FILE_CODE" label="文件编号" type="STRING" length="32"/>
|
|
<attribute name="NEW_FILE_NAME" label="文件名称" type="STRING" length="32"/>
|
|
<attribute name="IS_MUST" label="是否必填" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_mailarchiving_info_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_MAILARCHIVING_INFO" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="PRODUCT_ID" label="产品ID" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
|
<attribute name="PROJECT_ID" label="项目ID" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="MAIL_STATUS" label="邮寄状态" type="STRING" length="32"/>
|
|
<attribute name="HANDOVER_STATUS" label="接收状态" type="STRING" length="32"/>
|
|
<attribute name="APP_CODE" label="影像编号" type="STRING" length="32"/>
|
|
<attribute name="APP_NAME" label="影像名称" type="STRING" length="100"/>
|
|
<attribute name="NEW_FILE_CODE" label="文件编号" type="STRING" length="32"/>
|
|
<attribute name="NEW_FILE_NAME" label="文件名称" type="STRING" length="32"/>
|
|
<attribute name="IS_MUST" label="是否必填" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_mailarchiving_info" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LM_APPROVALOPINION_DOC" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="MAILSTATUS" label="邮寄状态" type="STRING" length="32"/>
|
|
<attribute name="HANDOVERSTATUS" label="接收状态" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="备注" type="STRING" length="2000"/>
|
|
<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="ATTRIBUTE1" label="备用字段1" type="STRING" length="32"/>
|
|
<attribute name="ATTRIBUTE2" label="备用字段2" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lm_approvalopinion_doc" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LM_APPROVALOPINION_DOC_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
|
<attribute name="MAILSTATUS" label="邮寄状态" type="STRING" length="32"/>
|
|
<attribute name="HANDOVERSTATUS" label="接收状态" type="STRING" length="32"/>
|
|
<attribute name="DEMO" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程编号" 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"/>
|
|
<attribute name="ATTRIBUTE1" label="备用字段1" type="STRING" length="32"/>
|
|
<attribute name="ATTRIBUTE2" label="备用字段2" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lm_approvalopinion_doc_temp" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="REMINDER_LETTER" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="64"/>
|
|
<attribute name="TYPE" label="类型" type="STRING" length="4"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="reminder_letter" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
</package>
|
|
</jbo>
|