1600 lines
99 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.com.tenwa.entity.comm.worktip" >
<class name="WORKTIP_CONFIG" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="tipInfo" label="提示标题" type="STRING" length="500"/>
<attribute name="runnertype" label="执行类型" type="STRING" length="200"/>
<attribute name="userparam" label="当用户字段" type="STRING" length="100"/>
<attribute name="runner" label="执行脚本" type="STRING" length="2000"/>
<attribute name="jsaction" label="双击事件" type="STRING" length="100"/>
<attribute name="tipColumn" label="提示列和宽度" type="STRING" length="300"/>
<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="tipStatus" label="是否有效" type="STRING" length="32"/>
<attribute name="remark" label="备注" type="STRING" length="2000"/>
<attribute name="tipnumber" label="提示条数" type="STRING" length="3"/>
<attribute name="sortno" label="排序号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="worktip_config" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.workrecord" >
<class name="WORK_RECORD" 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="worktype" label="工作类型" type="STRING" length="18"/>
<attribute name="workbrief" label="内容摘要" type="STRING" length="80"/>
<attribute name="importance" label="重要性" type="STRING" length="18"/>
<attribute name="urgency" label="紧急处理" type="STRING" length="18"/>
<attribute name="promptbegindate" label="开始提示日期" type="STRING" length="10"/>
<attribute name="promptenddate" label="结束提示日期" type="STRING" length="10"/>
<attribute name="planfinishdate" label="计划完成日期" type="STRING" length="10"/>
<attribute name="actualfinishdate" label="实际完成日期" type="STRING" length="10"/>
<attribute name="workcontent" label="计划工作内容" type="STRING" length="800"/>
<attribute name="workresult" label="实际执行情况" type="STRING" length="800"/>
<attribute name="remark" label="备注" type="STRING" length="200"/>
<attribute name="workreason" label="未完成理由" type="STRING" length="800"/>
<attribute name="operateorgid" label="经办人部门" type="STRING" length="32"/>
<attribute name="operateuserid" label="经办人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updatedate" label="更新日期" type="STRING" length="10"/>
<attribute name="inputdate" label="登记日期" type="STRING" length="10"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="customerid" label="客户" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="work_record" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<package name="jbo.com.tenwa.entity.comm.workrecord" >
<class name="WORK_RECORD" 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="worktype" label="工作类型" type="STRING" length="18"/>
<attribute name="workbrief" label="内容摘要" type="STRING" length="80"/>
<attribute name="importance" label="重要性" type="STRING" length="18"/>
<attribute name="urgency" label="紧急处理" type="STRING" length="18"/>
<attribute name="promptbegindate" label="开始提示日期" type="STRING" length="10"/>
<attribute name="promptenddate" label="结束提示日期" type="STRING" length="10"/>
<attribute name="planfinishdate" label="计划完成日期" type="STRING" length="10"/>
<attribute name="actualfinishdate" label="实际完成日期" type="STRING" length="10"/>
<attribute name="workcontent" label="计划工作内容" type="STRING" length="800"/>
<attribute name="workresult" label="实际执行情况" type="STRING" length="800"/>
<attribute name="remark" label="备注" type="STRING" length="200"/>
<attribute name="workreason" label="未完成理由" type="STRING" length="800"/>
<attribute name="operateorgid" label="经办人部门" type="STRING" length="32"/>
<attribute name="operateuserid" label="经办人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updatedate" label="更新日期" type="STRING" length="10"/>
<attribute name="inputdate" label="登记日期" type="STRING" length="10"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="customerid" label="客户" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="work_record" />
</managerProperties>
</manager>
</class>
</package>
</package>
<package name="jbo.com.tenwa.entity.comm.serialutil" >
<class name="T_SERIAL_DISCARD_NUMBER" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识符" type="STRING" length="32"/>
<attribute name="type_" label="类型" type="STRING" length="32"/>
<attribute name="type_id" label="类型id" type="STRING" length="32"/>
<attribute name="year_" label="年" type="STRING" length="32"/>
<attribute name="month_" label="月" type="STRING" length="32"/>
<attribute name="discard_number_" label="废弃序号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="t_serial_discard_number" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="T_SERIAL_NUMBER" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识符" type="STRING" length="32"/>
<attribute name="type_" label="类型" type="STRING" length="32"/>
<attribute name="year_" label="年" type="STRING" length="32"/>
<attribute name="month_" label="月" type="STRING" length="32"/>
<attribute name="day_" label="日" type="STRING" length="32"/>
<attribute name="order_number_" label="序号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="t_serial_number" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="QRTZ_SERIAL_LOG" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="40"/>
<attribute name="METHOD_NAME" label="方法名" type="STRING" length="64"/>
<attribute name="NODE_NUMBER" label="节点编号" type="STRING" length="32"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="CLOSE_DATE" label="关账日期" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="MESSAGE" label="异常信息" type="STRING" length="200"/>
<attribute name="USER_NAME" label="当前登录人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="qrtz_serial_log" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.own" >
<class name="OWN_ACCOUNT" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="32"/>
<attribute name="acc_number" label="本方账号" type="STRING" length="32"/>
<attribute name="acc_bank" label="本方银行" type="STRING" length="128"/>
<attribute name="acc_name" label="本方银行账户" type="STRING" length="32"/>
<attribute name="account_purpose" label="银行账户用途 " type="STRING" length="256"/>
<attribute name="state_" label="状态" type="STRING" length="32"/>
<attribute name="create_date" label="创建时间" type="STRING" length="32"/>
<attribute name="modify_date" label="修改时间" type="STRING" length="32"/>
<attribute name="own_id" label="本方公司信息id" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="branch_title" label="开户分行" type="STRING" length="1000"/>
<attribute name="branch_code" label="分行地址" type="STRING" length="10"/>
<attribute name="FbSdk" label="是否为企银直连" type="STRING" length="4"/>
<attribute name="acc_type" label="账户类型" type="STRING" length="32"/>
<attribute name="account_type" label="银行账号类型" type="STRING" length="32"/>
<attribute name="acc_number_short" label="账号简称" type="STRING" length="50"/>
<attribute name="money_type" label="币种" type="STRING" length="32"/>
<attribute name="acc_title" label="会计科目" type="STRING" length="100"/>
<attribute name="memo" label="备注" type="STRING" length="1000"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="own_account" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="OWN_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="OWN_NAME" label="出租人" type="STRING" length="100"/>
<attribute name="OWN_NUMBER" label="出租人编号" type="STRING" length="20"/>
<attribute name="LEASE_CONSIGNER" label="委托代理人" type="STRING" length="50"/>
<attribute name="LEASE_REGISTER_ADDR" label="注册地址" type="STRING" length="200"/>
<attribute name="LEASE_ADDR" label="通讯地址" type="STRING" length="200"/>
<attribute name="LEASE_PERSON" label="法定代表人" type="STRING" length="100"/>
<attribute name="LEASE_POSTCODE" label="邮 编" type="STRING" length="10"/>
<attribute name="LEASE_LINKMAN" label="联系人" type="STRING" length="50"/>
<attribute name="LEASE_TEL" label="电话" type="STRING" length="100"/>
<attribute name="LEASE_FAX" label="传真" type="STRING" length="20"/>
<attribute name="LEASE_EMAIL" label="电子邮件" type="STRING" length="100"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="20"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="20"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="BOOKCOUNT" label="账套" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="own_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_SOURCE_OF_FUNDS" label="资金来源(每月底资金专员维护)" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="if_loan_money" label="是否借入资金" type="STRING" length="32"/>
<attribute name="loan_bank" label="借款银行" type="STRING" length="32"/>
<attribute name="loan_contract_no" label="借款合同号" type="STRING" length="32"/>
<attribute name="loan_principal" label="借款本金(资金专员匹配)" type="STRING" length="32"/>
<attribute name="loan_rate" label="借款利率" type="STRING" length="32"/>
<attribute name="current_interest_money" label="当期利息费用(当月)" type="STRING" length="32"/>
<attribute name="cumulative_interest_money" label="累计利息费用(投放日至当月)" type="STRING" length="32"/>
<attribute name="CONTRACT_NO" label="合同编号" type="STRING" length="32"/>
<attribute name="BUSINESSTYPE" label="项目所属业务部门" type="STRING" length="32"/>
<attribute name="LEASE_ACC_NAME" 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="lc_source_of_funds" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="COUNTRY_DISTRICT_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="主键" type="STRING" length="100"/>
<attribute name="district_code" label="区域编号" type="STRING" length="32"/>
<attribute name="district_name" label="区域名称" type="STRING" length="32"/>
<attribute name="include_province" label="包含省份" type="STRING" length="500"/>
<attribute name="productid" label="产品编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="country_district_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRICT_DISTRIBUTOR_RELATION" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="40"/>
<attribute name="DISTRICT_CODE" label="区域编号" type="STRING" length="32"/>
<attribute name="DISTRICT_NAME" label="区域名称" type="STRING" length="32"/>
<attribute name="DISTRICT_ID" label="区域ID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NO" label="机构" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NAME" label="借方余额" type="STRING" length="32"/>
<attribute name="ITEM2" label="扩展属性2" type="STRING" length="10"/>
<attribute name="ITEM3" label="扩展属性3" type="STRING" length="10"/>
<attribute name="ITEM4" label="扩展属性4" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="district_distributor_relation" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_PRODUCT_DISTRIBUTOR_GROUP" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="主键" type="STRING" length="40"/>
<attribute name="productid" label="产品id" type="STRING" length="32"/>
<attribute name="distributgroupid" label="经销商集团id" type="STRING" length="32"/>
<attribute name="productname" label="产品名称" type="STRING" length="32"/>
<attribute name="distributgroupname" label="经销商集团名称" type="STRING" length="500"/>
<attribute name="ITEM1" label="扩展属性1" type="STRING" length="500"/>
<attribute name="ITEM2" label="扩展属性2" type="STRING" length="10"/>
<attribute name="ITEM3" label="扩展属性3" type="STRING" length="10"/>
<attribute name="ITEM4" label="扩展属性4" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_product_distributor_group" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_PRODUCT_DISTRICT" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="主键" type="STRING" length="40"/>
<attribute name="productid" label="产品id" type="STRING" length="32"/>
<attribute name="districtid" label="区域id" type="STRING" length="32"/>
<attribute name="productname" label="产品名称" type="STRING" length="32"/>
<attribute name="districtname" label="区域名称" type="STRING" length="500"/>
<attribute name="ITEM1" label="扩展属性1" type="STRING" length="500"/>
<attribute name="ITEM2" label="扩展属性2" type="STRING" length="10"/>
<attribute name="ITEM3" label="扩展属性3" type="STRING" length="10"/>
<attribute name="ITEM4" label="扩展属性4" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_product_district" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_FIVEGRADEDETAILED_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="DISTRIBUTOR_NO" label="渠道商编号" type="STRING" length="32"/>
<attribute name="DISTRIBUTORNAME" label="渠道商名称" type="STRING" length="100"/>
<attribute name="DISTRIBUTORTYPE" label="渠道商类型" type="STRING" length="32"/>
<attribute name="DISTRIBUTORQUOTA" label="渠道商额度池" type="STRING" length="32"/>
<attribute name="DEPOSITRATIO" label="保证金比例设置" type="STRING" length="32"/>
<attribute name="AGREEMENT" label="协议到期日" type="STRING" length="32"/>
<attribute name="TOTAL_FINANCING_AMOUNT" label="融资金额合计" type="STRING" length="32"/>
<attribute name="THE_REMAINING_AMOUNT" label="剩余额度" type="STRING" length="32"/>
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING" length="32"/>
<attribute name="TOTAL_OVERDUE_PRINCIPAL" label="逾期本金合计" type="STRING" length="32"/>
<attribute name="TOTAL_OVERDUE_INTEREST" label="逾期利息合计" type="STRING" length="32"/>
<attribute name="TOTAL_PENALTY" label="罚息合计" type="STRING" length="32"/>
<attribute name="TOTAL_OVERDUE_ALL" label="逾期金额合计" type="STRING" length="32"/>
<attribute name="EXISTING_CUSTOMERS_NUM" label="存续客户数量" type="STRING" length="32"/>
<attribute name="TOTAL_OUTSTANDING_PRINCIPAL" label="未还本金合计" type="STRING" length="32"/>
<attribute name="OVERDUERATE" label="逾期率" type="STRING" length="32"/>
<attribute name="BADNESSRATE" label="不良率" type="STRING" length="32"/>
<attribute name="EXISTING_CUSTOMERS_NUM_NORMAL" label="存续客户数量正常" type="STRING" length="32"/>
<attribute name="FINANCING_AMOUNT_NORMAL" label="融资金额正常" type="STRING" length="32"/>
<attribute name="NOTBACK_PRINCIPAL_NORMAL" label="未还本金正常" type="STRING" length="32"/>
<attribute name="EXISTING_CUSTOMERS_NUM_ATTENTION" label="存续客户数量关注" type="STRING" length="32"/>
<attribute name="FINANCING_AMOUNT_ATTENTION" label="融资金额关注" type="STRING" length="32"/>
<attribute name="NOTBACK_PRINCIPAL_ATTENTION" label="未还本金关注" type="STRING" length="32"/>
<attribute name="EXISTING_CUSTOMERS_NUM_SECONDARY" label="存续客户数量次级" type="STRING" length="32"/>
<attribute name="FINANCING_AMOUNT_SECONDARY" label="融资金额次级" type="STRING" length="32"/>
<attribute name="NOTBACK_PRINCIPAL_SECONDARY" label="未还本金次级" type="STRING" length="32"/>
<attribute name="EXISTING_CUSTOMERS_NUM_SUSPICIOUS" label="存续客户数量可疑" type="STRING" length="32"/>
<attribute name="FINANCING_AMOUNT_SUSPICIOUS" label="融资金额可疑" type="STRING" length="32"/>
<attribute name="NOTBACK_PRINCIPAL_SUSPICIOUS" label="未还本金可疑" type="STRING" length="32"/>
<attribute name="EXISTING_CUSTOMERS_NUM_LOSS" label="存续客户数量损失" type="STRING" length="32"/>
<attribute name="FINANCING_AMOUNT_LOSS" label="融资金额损失" type="STRING" length="32"/>
<attribute name="NOTBACK_PRINCIPAL_LOSS" label="未还本金损失" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_fivegradedetailed_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.officetempalte" >
<class name="BF_PARAMCONFIG" label="参数配置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PARAMID" label="编号" type="STRING" length="32"/>
<attribute name="ORDERID" label="排序号" type="STRING" length="32"/>
<attribute name="PARAMNAME" label="参数名称" type="STRING" length="200"/>
<attribute name="PARAMSTRING" label="参数串" type="STRING" length="200"/>
<attribute name="PARAMTYPE" label="取参类型" type="STRING" length="32"/>
<attribute name="PARAMSTATEMENT" label="参数构成语句" type="STRING" length="2000"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="CENOTE" label="备注" type="STRING" length="1000"/>
<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="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="BF_PARAMCONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="BF_TEMPLATEPARAM" label="模板参数配置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PARAMID" label="参数id" type="STRING" length="32"/>
<attribute name="TEMPLATEID" 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="BF_TEMPLATEPARAM" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="BF_IMPORTCONFIG" label="导入设置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="IMPORTTABLE" label="表名" type="STRING" length="32"/>
<attribute name="ROWLINE" label="列所在行" type="STRING" length="32"/>
<attribute name="DATEINDEX" label="数据开始行" type="STRING" length="32"/>
<attribute name="SHEETNAME" label="sheet名称" type="STRING" length="32"/>
<attribute name="ISDELDATE" label="是否删除原数据" type="STRING" length="32"/>
<attribute name="DELCONDITION" label="删除条件" type="STRING" length="32"/>
<attribute name="IMPORTCLASS" label="导入处理类" type="STRING" length="100"/>
<attribute name="CENOTE" 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="RELATIVECLASS" label="对应的类名" type="STRING" length="200"/>
<attribute name="TEMPLATEID" label="模板主键" type="STRING" length="32"/>
<attribute name="ISSAVE" label="是否保存" type="STRING" length="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="BF_IMPORTCONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="BF_IMPORTCOLUMN" label="导入列配置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="IMPORTTITLE" label="导入标题" type="STRING" length="100"/>
<attribute name="IMPORTCOLUMN" label="导入字段" type="STRING" length="100"/>
<attribute name="DATATYPE" label="数据类型" type="STRING" length="32"/>
<attribute name="ISIMPORT" label="是必填" type="STRING" length="2"/>
<attribute name="DATESOURCE" label="数据来源" type="STRING" length="500"/>
<attribute name="SOURESQL" label="数据SQL" type="STRING" length="2000"/>
<attribute name="MEMO" label="备注" type="STRING" length="200"/>
<attribute name="IMPORTCONFIG" label="导入配置" 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="table" value="BF_IMPORTCOLUMN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="BF_LABLECONFIG" label="标签配置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="TAGNUMBER" label="标签号" type="STRING" length="32"/>
<attribute name="TAGNAME" label="标签名" type="STRING" length="32"/>
<attribute name="TITLE" label="标题" type="STRING" length="32"/>
<attribute name="TAGTYPE" label="标签类型" type="STRING" length="32"/>
<attribute name="VALUETYPE" label="取值类型" type="STRING" length="32"/>
<attribute name="VALUEFIELD" label="取值字段" type="STRING" length="32"/>
<attribute name="VALUEMETHOD" label="取值方式" type="STRING" length="32"/>
<attribute name="OPERATORCLASS" label="标签处理类" type="STRING" length="200"/>
<attribute name="THOUSANDSFIELD" label="千分位字段" type="STRING" length="32"/>
<attribute name="ISSHOEINDEX" 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="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="table" value="BF_LABLECONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="BF_TEMPLATELABLE" label="模板标签配置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="LABLEID" label="标签id" type="STRING" length="32"/>
<attribute name="TEMPLATEID" 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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="BF_TEMPLATELABLE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="BF_TEMPLATE" label="模版管理" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="SERIALNO" label="编号" type="STRING" length="32"/>
<attribute name="SORTNUMBER" label="排序" type="STRING" length="32"/>
<attribute name="TEMPLATENAME" label="模版名称" type="STRING" length="100"/>
<attribute name="TEMPLATESHOWNAME" label="显示名称" type="STRING" length="100"/>
<attribute name="TEMPLATEPATH" label="合同模板文件地址" type="STRING" length="200"/>
<attribute name="TEMPLATETYPE" label="模版类型" type="STRING" length="32"/>
<attribute name="OPERATETYPE" label="处理类型" type="STRING" length="32"/>
<attribute name="CALLBACK" label="处理类" type="STRING" length="32"/>
<attribute name="CREATEMETHOD" label="生成方式" type="STRING" length="32"/>
<attribute name="DOCTYPE" label="文档类型" type="STRING" length="32"/>
<attribute name="ONECLASSIFY" label="分类1" type="STRING" length="32"/>
<attribute name="TWOCLASSIFY" label="分类2" type="STRING" length="32"/>
<attribute name="THREECLASSIFY" label="分类3" type="STRING" length="32"/>
<attribute name="FOURCLASSIFY" label="分类4" type="STRING" length="32"/>
<attribute name="TEMPLATEVERSION" 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="CREATECONDITION" label="创建条件" type="STRING" length="1000"/>
<attribute name="CREATESHEETCONDITION" label="创建多个sheet条件" type="STRING" length="1000"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="BF_TEMPLATE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.flow" >
<class name="FLOW_BUSSINESS_OBJECT" label="" keyAttributes="flow_unid">
<attributes>
<attribute name="flow_unid" label="流程编号" type="STRING" length="32"/>
<attribute name="proj_id" label="项目编号" type="STRING" length="32"/>
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
<attribute name="proj_name" label="项目名称" type="STRING" length="200"/>
<attribute name="InputUserID" 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="InputOrgID" label="登记部门" type="STRING" length="32"/>
<attribute name="UpdateOrgID" label="修改部门" type="STRING" length="32"/>
<attribute name="flow_name" label="流程名称" type="STRING" length="100"/>
<attribute name="flow_key" label="项目/合同号" type="STRING" length="100"/>
<attribute name="productId" label="产品id" type="STRING" length="64"/>
<attribute name="productPhase" label="产品阶段" type="STRING" length="64"/>
<attribute name="FixedFlowParam" label="发起流程参数" type="STRING" length="2000"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_bussiness_object" />
<property name="createKey" value="true" />
<property name="keyDatePrefix" value="'FBO'yyyyMMdd"/>
</managerProperties>
</manager>
</class>
<class name="FLOW_READER" 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="reader" label="传阅者" 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="UpdateTime" label="更新时间" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="UpdateOrgID" label="更新部门" type="STRING" length="32"/>
<attribute name="isRead" label="是否已读" type="STRING" length="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_reader" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="FLOW_WORK_FLAG" label="流程互斥表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="96"/>
<attribute name="flow_unid" label="流程标识" type="STRING" length="96"/>
<attribute name="flow_name" label="流程名称" type="STRING" length="96"/>
<attribute name="mutex_key" label="互斥关键字" type="STRING" length="96"/>
<attribute name="InputUserID" label="InputUserID" type="STRING" length="96"/>
<attribute name="InputOrgID" label="InputOrgID" type="STRING" length="96"/>
<attribute name="InputTime" label="InputTime" type="STRING" length="96"/>
<attribute name="UpdateUserID" label="UpdateUserID" type="STRING" length="96"/>
<attribute name="UpdateOrgID" label="UpdateOrgID" type="STRING" length="96"/>
<attribute name="UpdateTime" label="UpdateTime" type="STRING" length="96"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_work_flag" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="FLOW_PHASE_HIS" label="流程归档表" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="40"/>
<attribute name="foobjecttype" label="对象类型" type="STRING" length="50"/>
<attribute name="foobjectno" label="对象编号" type="STRING" length="32"/>
<attribute name="flowno" label="流程编号" type="STRING" length="40"/>
<attribute name="nodeno" label="节点编号" type="STRING" length="40"/>
<attribute name="data" label="流程数据" type="STRING" length="2147483647"/>
<attribute name="taskno" label="任务编号" type="STRING" length="40"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_phase_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="FLOW_MUTEX_CONFIG" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="flow_namea" label="流程A" type="STRING" length="32"/>
<attribute name="flow_nameb" label="流程B" type="STRING" length="32"/>
<attribute name="mutex_key" label="互斥关键字" type="STRING" length="100"/>
<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_mutex_config" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="FLOW_STEP_NODE" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="32"/>
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
<attribute name="flowno" label="流程编号" type="STRING" length="32"/>
<attribute name="taskno" label="步骤编号" type="STRING" length="32"/>
<attribute name="nodeno" label="节点编号" type="STRING" length="200"/>
<attribute name="param" label="参数" type="STRING" length="2000"/>
<attribute name="templetno" label="模板编号" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_step_node" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="D_PAYRECV_INFO" label="经销商收付款信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="50"/>
<attribute name="DISTRIBUTOR_ID" label="DISTRIBUTOR_ID" type="STRING" length="50"/>
<attribute name="FACT_DATE" label="收支日期" type="STRING" length="50"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="100"/>
<attribute name="FACT_MONEY" label="收支金额" type="STRING" length="100"/>
<attribute name="FEE_ADJUST" label="费用调整" type="STRING" length="200"/>
<attribute name="FACT_OBJECT" label="收支对象" type="STRING" length="100"/>
<attribute name="MEMO" label="备注" type="STRING" length="200"/>
<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="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="d_payrecv_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="D_DEPOSITCHARGE_INFO" label="经销商保证金收取信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYER" label="收款人" type="STRING" length="500"/>
<attribute name="PAY_OBJECT" label="收款对象" type="STRING" length="20"/>
<attribute name="COLLECT_WAY" label="收款方向" type="STRING" length="50"/>
<attribute name="COLLECT_TIME" label="收款时间" type="STRING" length="50"/>
<attribute name="MONEY_TYPE" label="费用类型" type="STRING" length="20"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="20"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="20"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="20"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="20"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="50"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="50"/>
<attribute name="LOCAL_ACCOUNT" label="本方账户" type="STRING" length="100"/>
<attribute name="LOCAL_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="ACCOUNT_INFO" label="账户信息" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="账户名称" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商名称" type="STRING" length="32"/>
<attribute name="RENT_PLAN_ID" label="租金计划ID" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="d_depositcharge_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="D_DEPOSITCHARGE_INFO_TEMP" label="经销商保证金收取信息(临时表)" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYER" label="收款人" type="STRING" length="500"/>
<attribute name="PAY_OBJECT" label="收款对象" type="STRING" length="20"/>
<attribute name="COLLECT_WAY" label="收款方向" type="STRING" length="50"/>
<attribute name="COLLECT_TIME" label="收款时间" type="STRING" length="50"/>
<attribute name="MONEY_TYPE" label="费用类型" type="STRING" length="20"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="20"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="20"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="20"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="20"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="50"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="50"/>
<attribute name="LOCAL_ACCOUNT" label="本方账户" type="STRING" length="100"/>
<attribute name="LOCAL_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="ACCOUNT_INFO" label="账户信息" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="账户名称" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商名称" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="d_depositcharge_info_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="D_DEPOSITRETURN_INFO" label="经销商保证金退回" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="REFUND_PERSON" label="退款人" type="STRING" length="220"/>
<attribute name="RECV_OBJECT" label="退款对象" type="STRING" length="20"/>
<attribute name="RECV_WAY" label="退款方向" type="STRING" length="50"/>
<attribute name="RECV_TIME" label="退款时间" type="STRING" length="50"/>
<attribute name="MONEY_TYPE" label="费用类型" type="STRING" length="20"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="20"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="20"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="20"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="20"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="50"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="50"/>
<attribute name="LOCAL_ACCOUNT" label="本方账户" type="STRING" length="100"/>
<attribute name="LOCAL_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="ACCOUNT_BALANCE" label="账户余额" type="DOUBLE" length="22" scale="2"/>
<attribute name="refund_number" label="退款账号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="STRING" length="32"/>
<attribute name="RENT_PLAN_ID" label="租金计划ID" type="STRING" length="32"/>
<attribute name="COMPENSATORY_CON" label="连续代偿期数" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="d_depositreturn_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="D_DEPOSITRETURN_INFO_TEMP" label="经销商保证金退回(临时表)" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY" label="保证金金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="REFUND_PERSON" label="退款人" type="STRING" length="220"/>
<attribute name="RECV_OBJECT" label="退款对象" type="STRING" length="20"/>
<attribute name="RECV_WAY" label="退款方向" type="STRING" length="50"/>
<attribute name="RECV_TIME" label="退款时间" type="STRING" length="50"/>
<attribute name="MONEY_TYPE" label="费用类型" type="STRING" length="20"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="20"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="20"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="20"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="20"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="50"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="50"/>
<attribute name="LOCAL_ACCOUNT" label="本方账户" type="STRING" length="100"/>
<attribute name="LOCAL_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="ACCOUNT_BALANCE" label="账户余额" type="DOUBLE" length="22" scale="2"/>
<attribute name="refund_number" label="退款账号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="d_depositreturn_info_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.taxinfo" >
<class name="TAX_INFO" label="税率信息维护" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="CONTRACT_DATE" label="合同时间" type="STRING" length="32"/>
<attribute name="BEFORE_AFTER" label="之前之后" type="STRING" length="32"/>
<attribute name="EFFECT_DATE" label="合同时间" type="STRING" length="32"/>
<attribute name="LEASE_FORM" label="租赁形式" type="STRING" length="200"/>
<attribute name="TAX_REG_TYPE" label="纳税人类别" type="STRING" length="200"/>
<attribute name="ASSET_TYPE" label="资产类型" type="STRING" length="200"/>
<attribute name="INTEREST_RATE" label="租息税率" type="STRING" length="32"/>
<attribute name="INTEREST_INVOICE_TYPE" label="租息开票类型" type="STRING" length="32"/>
<attribute name="CORPUS_RATE" label="本金税率" type="STRING" length="32"/>
<attribute name="CORPUS_INVOICE_TYPE" label="本金开票类型" type="STRING" length="32"/>
<attribute name="HAND_RATE" label="手续费税率" type="STRING" length="32"/>
<attribute name="HAND_INVOICE_TYPE" label="手续费发票类型" type="STRING" length="32"/>
<attribute name="SERVICE_RATE" label="咨询服务费税率" type="STRING" length="32"/>
<attribute name="SERVICE_INVOICE_TYPE" label="咨询服务费发票类型" type="STRING" length="32"/>
<attribute name="NOMINAL_RATE" label="留购价税率" type="STRING" length="32"/>
<attribute name="NOMINAL_INVOICE_TYPE" label="留购价发票类型" type="STRING" length="32"/>
<attribute name="CAUTION_RATE" label="保证金税率" type="STRING" length="32"/>
<attribute name="CAUTION_INVOICE_TYPE" label="保证金发开票类型" type="STRING" length="32"/>
<attribute name="gps_install_fee" label="GPS安装服务费税率" type="STRING" length="32"/>
<attribute name="gps_type" label="GPS安装服务费开票类型" type="STRING" length="32"/>
<attribute name="penalty" label="违约金" type="STRING" length="32"/>
<attribute name="break_money" label="逾期利息" type="STRING" length="32"/>
<attribute name="rent" 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="TAX_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.invoice" >
<class name="LI_VAT_INVOICE_CONTRACT" label="进项发票合同登记" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="32"/>
<attribute name="INVOICE_ID" label="发票编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="SUM_AMT" label="设备款" type="STRING" length="32"/>
<attribute name="REGISTERED_AMT" label="本次登记金额" type="STRING" length="32"/>
<attribute name="UNREGISTERED_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="LI_VAT_INVOICE_CONTRACT" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_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="PURCHASE_UNITS" label="购货单位" type="STRING" length="200"/>
<attribute name="SUPPLIER" label="供应商" type="STRING" length="32"/>
<attribute name="RECORD_DATE" label="登记日期" type="STRING" length="32"/>
<attribute name="INVOICE_STATUS" label="发票状态" type="STRING" length="32"/>
<attribute name="GOODS_NAME" label="货物名称" type="STRING" length="200"/>
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
<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="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="LI_VAT_INVOICE_INFO" />
</managerProperties>
</manager>
</class>
<class name="LI_FUND_INVOICE_DOWNLOAD_INFO" label="资金开票确认表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="INVOICE_CODE" label="发票代码" type="STRING" length="32"/>
<attribute name="INVOICE_NO" label="发票号" type="STRING" length="32"/>
<attribute name="REBACK_NO" label="红字发票通知单号" type="STRING" length="32"/>
<attribute name="INVOICE_PERSON" label="开票人" type="STRING" length="32"/>
<attribute name="DOCUMENT_NO" label="单据号" type="STRING" length="32"/>
<attribute name="DOCUMENT_DATE" label="单据日期" type="STRING" length="32"/>
<attribute name="TAX_INCLUDED_MONEY" label="含税金额" type="STRING" length="32"/>
<attribute name="INVOICE_RATE" label="税率" type="STRING" length="32"/>
<attribute name="TAX_MONEY" label="税额" type="STRING" length="32"/>
<attribute name="TAX_TYPE" label="开票金额类型" type="STRING" length="32"/>
<attribute name="INVOICE_DATE" label="开票日期" type="STRING" length="32"/>
<attribute name="INVOICE_MONEY" label="开票金额" type="STRING" length="32"/>
<attribute name="INVOICE_TYPE" label="开票类型" type="STRING" length="32"/>
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
<attribute name="TAX_REG_TYPE" label="纳税人类别" type="STRING" length="32"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING" length="32"/>
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
<attribute name="EMS_NO" label="快递单号" type="STRING" length="32"/>
<attribute name="SEND_DATE" label="寄送时间" type="STRING" length="32"/>
<attribute name="EXPORT_PERSON" label="导出人" type="STRING" length="32"/>
<attribute name="EXPORT_DATE" label="导出时间" type="STRING" length="32"/>
<attribute name="REBACK_STATUS" label="红冲状态,红冲状态-1 代表‘红冲’ 0代表正常 1代表被红冲" type="STRING" length="32"/>
<attribute name="IS_EXPORT" label="是否导出,0--未导出 1--已导出" type="STRING" length="32"/>
<attribute name="IS_BACKIMPORT" label="是否回导,0--未回导 1--已回导" type="STRING" length="32"/>
<attribute name="FUND_INVOICE_ID" label="发票确认id" type="STRING" length="32"/>
<attribute name="UPLOAD_ID" label="上传文件名" type="STRING" length="32"/>
<attribute name="INCOME_ID" label="实收id" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划id" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" 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="LI_FUND_INVOICE_DOWNLOAD_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_FUND_INVOICE_INFO" label="资金开票申请表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
<attribute name="INVOICE_STATUS" label="发票状态" type="STRING" length="32"/>
<attribute name="BILL_TYPE" label="发票种类" type="STRING" length="32"/>
<attribute name="INVOICE_TYPE" label="发票类型" type="STRING" length="32"/>
<attribute name="INVOICE_MONEY" label="开票金额" type="STRING" length="32"/>
<attribute name="INVOICE_RATE" label="开票税率" type="STRING" length="32"/>
<attribute name="TAX_TYPE" label="开票金额类型" type="STRING" length="32"/>
<attribute name="TEMPORARY_NOINVOICE" label="暂不开票金额" type="STRING" length="32"/>
<attribute name="NOINVOICE" label="不开票金额" type="STRING" length="32"/>
<attribute name="TAX_REG_TYPE" label="纳税人类别" type="STRING" length="32"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING" length="32"/>
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划id" type="STRING" length="32"/>
<attribute name="INCOME_ID" label="实收id" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" 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="EXPORT_STATUS" label="收据导出状态" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LI_FUND_INVOICE_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_RENT_INVOICE_DOWNLOAD_INFO" label="租金开票确认表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="INVOICE_CODE" label="发票代码" type="STRING" length="32"/>
<attribute name="INVOICE_NO" label="发票号" type="STRING" length="32"/>
<attribute name="REBACK_NO" label="红字发票通知单号" type="STRING" length="32"/>
<attribute name="INVOICE_PERSON" label="开票人" type="STRING" length="32"/>
<attribute name="DOCUMENT_NO" label="单据号" type="STRING" length="32"/>
<attribute name="DOCUMENT_DATE" label="单据日期" type="STRING" length="32"/>
<attribute name="TAX_INCLUDED_MONEY" label="含税金额" type="STRING" length="32"/>
<attribute name="INVOICE_RATE" label="税率" type="STRING" length="32"/>
<attribute name="TAX_MONEY" label="税额" type="STRING" length="32"/>
<attribute name="TAX_TYPE" label="开票金额类型" type="STRING" length="32"/>
<attribute name="INVOICE_DATE" label="开票日期" type="STRING" length="32"/>
<attribute name="INVOICE_MONEY" label="开票金额" type="STRING" length="32"/>
<attribute name="INVOICE_TYPE" label="开票类型" type="STRING" length="32"/>
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
<attribute name="TAX_REG_TYPE" label="纳税人类别" type="STRING" length="32"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING" length="32"/>
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
<attribute name="EMS_NO" label="快递单号" type="STRING" length="32"/>
<attribute name="SEND_DATE" label="寄送时间" type="STRING" length="32"/>
<attribute name="EXPORT_PERSON" label="导出人" type="STRING" length="32"/>
<attribute name="EXPORT_DATE" label="导出时间" type="STRING" length="32"/>
<attribute name="REBACK_STATUS" label="红冲状态,红冲状态-1 代表‘红冲’ 0代表正常 1代表被红冲" type="STRING" length="32"/>
<attribute name="IS_EXPORT" label="是否导出,0--未导出 1--已导出" type="STRING" length="32"/>
<attribute name="IS_BACKIMPORT" label="是否回导,0--未回导 1--已回导" type="STRING" length="32"/>
<attribute name="RENT_INVOICE_ID" label="发票确认id" type="STRING" length="32"/>
<attribute name="UPLOAD_ID" label="上传文件名" type="STRING" length="32"/>
<attribute name="INCOME_ID" label="实收id" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划id" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" 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="LI_RENT_INVOICE_DOWNLOAD_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_RENT_INVOICE_INFO" label="租金开票确认表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
<attribute name="INVOICE_STATUS" label="发票状态" type="STRING" length="32"/>
<attribute name="BILL_TYPE" label="发票种类" type="STRING" length="32"/>
<attribute name="INVOICE_TYPE" label="发票类型" type="STRING" length="32"/>
<attribute name="INVOICE_MONEY" label="开票金额" type="STRING" length="32"/>
<attribute name="INVOICE_RATE" label="开票税率" type="STRING" length="32"/>
<attribute name="TAX_TYPE" label="开票金额类型" type="STRING" length="32"/>
<attribute name="TEMPORARY_NOINVOICE" label="暂不开票金额" type="STRING" length="32"/>
<attribute name="NOINVOICE" label="不开票金额" type="STRING" length="32"/>
<attribute name="TAX_REG_TYPE" label="纳税人类别" type="STRING" length="32"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING" length="32"/>
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划id" type="STRING" length="32"/>
<attribute name="INCOME_ID" label="实收id" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" 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="EXPORT_STATUS" label="收据导出状态" type="STRING" length="32"/>
<attribute name="contract_id" label="合同id" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LI_RENT_INVOICE_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_COMMODITY_CODE" label="商品代码表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="COMMODITY_NAME" label="商品名称" type="STRING" length="200"/>
<attribute name="TAX_CLASSIFY_CODE" label="税收分类编码" type="STRING" length="200"/>
<attribute name="PREFERENTIAL_POLICY" label="是否享受优惠政策" type="STRING" length="32"/>
<attribute name="TAX_CLASSIFY_NAME" label="税收分类编码名称" type="STRING" length="200"/>
<attribute name="PREFERENTIAL_TYPE" label="优惠政策类型" type="STRING" length="200"/>
<attribute name="ZERO_RATE" label="零税率标识" type="STRING" length="32"/>
<attribute name="VERSION_NO" 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="LI_COMMODITY_CODE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_TAX_FUND_UPLOAD_INFO" label="资金发票回导" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="INVOICE_CODE" label="发票代码" type="STRING" length="32"/>
<attribute name="INVOICE_NO" label="发票号" type="STRING" length="32"/>
<attribute name="REBACK_NO" label="红字发票通知单号" type="STRING" length="32"/>
<attribute name="INVOICE_PERSON" label="开票人" type="STRING" length="32"/>
<attribute name="DOCUMENT_NO" label="单据号" type="STRING" length="32"/>
<attribute name="DOCUMENT_DATE" label="单据日期" type="STRING" length="32"/>
<attribute name="TAX_INCLUDED_MONEY" label="含税金额" type="STRING" length="32"/>
<attribute name="INVOICE_RATE" label="税率" type="STRING" length="32"/>
<attribute name="TAX_MONEY" label="税额" type="STRING" length="32"/>
<attribute name="TAX_TYPE" label="金额类型" type="STRING" length="32"/>
<attribute name="INVOICE_DATE" label="开票日期" type="STRING" length="32"/>
<attribute name="INVOICE_MONEY" label="开票金额" type="STRING" length="32"/>
<attribute name="INVOICE_TYPE" label="开票类型" type="STRING" length="32"/>
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
<attribute name="TAX_REG_TYPE" label="纳税人类别" type="STRING" length="32"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING" length="32"/>
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
<attribute name="EMS_NO" label="快递单号" type="STRING" length="32"/>
<attribute name="SEND_DATE" label="寄送时间" type="STRING" length="32"/>
<attribute name="EXPORT_PERSON" label="导出人" type="STRING" length="32"/>
<attribute name="EXPORT_DATE" label="导出时间" type="STRING" length="32"/>
<attribute name="REBACK_STATUS" label="红冲状态 0代表正常 1代表被红冲2表示作废" type="STRING" length="32"/>
<attribute name="FUND_INVOICE_ID" label="发票确认id" type="STRING" length="32"/>
<attribute name="UPLOAD_ID" label="上传文件名" type="STRING" length="32"/>
<attribute name="INCOME_ID" label="实收id" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划id" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" 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="LI_TAX_FUND_UPLOAD_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_TAX_RENT_UPLOAD_INFO" label="租金发票回导" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="INVOICE_CODE" label="发票代码" type="STRING" length="32"/>
<attribute name="INVOICE_NO" label="发票号" type="STRING" length="32"/>
<attribute name="REBACK_NO" label="红字发票通知单号" type="STRING" length="32"/>
<attribute name="INVOICE_PERSON" label="开票人" type="STRING" length="32"/>
<attribute name="DOCUMENT_NO" label="单据号" type="STRING" length="32"/>
<attribute name="DOCUMENT_DATE" label="单据日期" type="STRING" length="32"/>
<attribute name="TAX_INCLUDED_MONEY" label="含税金额" type="STRING" length="32"/>
<attribute name="INVOICE_RATE" label="税率" type="STRING" length="32"/>
<attribute name="TAX_MONEY" label="税额" type="STRING" length="32"/>
<attribute name="TAX_TYPE" label="金额类型" type="STRING" length="32"/>
<attribute name="INVOICE_DATE" label="开票日期" type="STRING" length="32"/>
<attribute name="INVOICE_MONEY" label="开票金额" type="STRING" length="32"/>
<attribute name="INVOICE_TYPE" label="开票类型" type="STRING" length="32"/>
<attribute name="INVOICE_OBJECT" label="开票对象" type="STRING" length="32"/>
<attribute name="TAX_REG_TYPE" label="纳税人类别" type="STRING" length="32"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING" length="32"/>
<attribute name="TAX_BANK" label="开户行" type="STRING" length="200"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING" length="200"/>
<attribute name="INVOICE_ADD" label="开票地址" type="STRING" length="200"/>
<attribute name="INVOICE_PHONE" label="开票电话" type="STRING" length="32"/>
<attribute name="EMS_NO" label="快递单号" type="STRING" length="32"/>
<attribute name="SEND_DATE" label="寄送时间" type="STRING" length="32"/>
<attribute name="EXPORT_PERSON" label="导出人" type="STRING" length="32"/>
<attribute name="EXPORT_DATE" label="导出时间" type="STRING" length="32"/>
<attribute name="REBACK_STATUS" label="红冲状态,红冲状态-0代表红冲 0代表正常 1代表被红冲,2代表作废" type="STRING" length="32"/>
<attribute name="RENT_INVOICE_ID" label="发票确认id" type="STRING" length="32"/>
<attribute name="UPLOAD_ID" label="上传文件名" type="STRING" length="32"/>
<attribute name="INCOME_ID" label="实收id" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划id" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" 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="LI_TAX_RENT_UPLOAD_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.insurance" >
<class name="VI_INSURANCE_INFO" label="保险信息" keyAttributes="">
<attributes>
<attribute name="contractid" label="contractid" type="STRING"/>
<attribute name="startdate" label="startdate" type="STRING"/>
<attribute name="enddate" label="enddate" type="STRING"/>
<attribute name="insurestart" label="insurestart" type="STRING"/>
<attribute name="insureend" label="insureend" type="STRING"/>
<attribute name="handledate" label="handledate" type="STRING"/>
<attribute name="leasemonths" label="leasemonths" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_insurance_info" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.message" >
<class name="BT_BUSSINESS_MESSAGE" label="业务消息" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="message_title" label="消息标题" type="STRING" length="500"/>
<attribute name="message_content" label="消息内容" type="STRING" length="2000"/>
<attribute name="send_time" label="接收时间" type="STRING" length="32"/>
<attribute name="finish_time" label="完成时间" type="STRING" length="32"/>
<attribute name="is_read" label="是否已读" type="STRING" length="32"/>
<attribute name="message_status" label="消息状态" type="STRING" length="32"/>
<attribute name="userid" label="处理人ID" type="STRING" length="32"/>
<attribute name="username" 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="read_time" label="已读时间" type="STRING" length="32"/>
<attribute name="config_id" label="配置ID" type="STRING" length="32"/>
<attribute name="cparam" label="消息参数" type="STRING" length="2000"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="bt_bussiness_message" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="BT_BUSSINESS_MESSAGE_CONFIG" label="业务消息配置表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="message_no" label="消息编号" type="STRING" length="32"/>
<attribute name="message_catalog" label="消息分类" type="STRING" length="32"/>
<attribute name="message_title" label="消息标题" type="STRING" length="500"/>
<attribute name="send_person" label="消息提醒人员" type="STRING" length="500"/>
<attribute name="message_class" label="消息处理类" type="STRING" length="100"/>
<attribute name="message_page" label="消息处理页面" type="STRING" length="200"/>
<attribute name="message_time" label="清息发送时间" type="STRING" length="100"/>
<attribute name="message_status" label="消息状态" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人员" type="STRING" length="32"/>
<attribute name="INPUTTIME" 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="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="cparam" label="消息参数" type="STRING" length="2000"/>
<attribute name="memo" label="备注" type="STRING" length="2000"/>
<attribute name="is_valid" label="状态" type="STRING" length="32"/>
<attribute name="defaultStart" label="是否默认启动" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="bt_bussiness_message_config" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.holiday" >
<class name="BT_HOLIDAY" label="工作日节假日维护" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="String" length="32"/>
<attribute name="c_year" label="年" type="INT" length="10"/>
<attribute name="c_month" label="月" type="INT" length="10"/>
<attribute name="c_day" label="日" type="INT" length="10"/>
<attribute name="c_date" label="当前日期" type="STRING" length="32"/>
<attribute name="otype" label="班/休" type="STRING" length="21"/>
<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="BT_HOLIDAY" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.email" >
<class name="BT_EMAIL_CONFIG" label="邮件配置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="HOST" label="邮箱主机" type="STRING" length="200"/>
<attribute name="PORT" label="邮箱端口号" type="STRING" length="32"/>
<attribute name="FROM_USER" label="邮箱发送者" type="STRING" length="100"/>
<attribute name="FROM_USER_PASSWORD" label="邮箱发送者密码" type="STRING" length="100"/>
<attribute name="FROM_USER_EMAIL_ADDRESS" label="邮箱发送者邮件地址" type="STRING" length="100"/>
<attribute name="FROM_USER_REAL_NAME" label="邮箱发送者真实身份" type="STRING" length="100"/>
<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="BT_EMAIL_CONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.basemessage" >
<class name="LB_BASE_MESSAGE" label="站内信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="MESSAGE_TITLE" label="标题" type="STRING" length="200"/>
<attribute name="MESSAGE_CONTENT" label="消息内容" type="STRING" length="2000"/>
<attribute name="TO_USER" label="接收人" type="STRING" length="2000"/>
<attribute name="TO_USER_SHOW" label="接收人" type="STRING" length="2000"/>
<attribute name="MSG_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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_BASE_MESSAGE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_BASE_MESSAGE_USER" label="站内信接收列表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="MESSAGE_ID" label="消息ID" type="STRING" length="32"/>
<attribute name="USERID" label="消息接收人" type="STRING" length="32"/>
<attribute name="MESSAGE_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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_BASE_MESSAGE_USER" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.flow" >
<class name="LC_SPLITTING_PAY" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="plan_id" label="租金计划ID" type="STRING" length="32"/>
<attribute name="splitting_money" label="支付分润金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="service_ratio" label="手续费费率" type="DOUBLE" length="18" scale="6"/>
<attribute name="service_money" label="手续费" type="DOUBLE" length="18" scale="2"/>
<attribute name="pay_date" label="支付日期" type="STRING" length="20"/>
<attribute name="inputtime" label="输入时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_splitting_pay" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_SPLITTING_PAY_TEMP" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="plan_id" label="租金计划ID" type="STRING" length="32"/>
<attribute name="splitting_money" label="支付分润金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="service_ratio" label="手续费费率" type="DOUBLE" length="18" scale="6"/>
<attribute name="service_money" label="手续费" type="DOUBLE" length="18" scale="2"/>
<attribute name="pay_date" label="支付日期" type="STRING" length="20"/>
<attribute name="flowunid" label="流程Id" type="STRING" length="32"/>
<attribute name="inputtime" label="输入时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_splitting_pay_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_PAYMENTOFCLAIMS_INFO" label="保险理赔结清" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="CLEASE_MONEY" label="贷款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="REPAY_MONEY" label="已还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_MONEY" label="逾期金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_RENT" label="逾期租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_PENALTY" label="逾期罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_OVERAGE" label="未到期本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INTEREST_OVERAGE" label="未到期利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLIMAMOUNT" label="理赔金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="SETTLE_INTEREST" label="结算利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OPERATE_INCOME" label="其他业务收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="LAST_REPAY_DATE" label="最后还款时间" type="STRING" length="32"/>
<attribute name="CLIMAPPLYTIME" label="申请理赔时间" type="STRING" length="32"/>
<attribute name="CLIMTIME" label="收到理赔时间 " type="STRING" length="32"/>
<attribute name="OVER_NUMBER" label="逾期期数" type="STRING" length="100"/>
<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="STATUS" label="理赔申请状态" type="STRING" length="32"/>
<attribute name="NOMINAL_PRICE" label="名义货价" type="DOUBLE" length="22" scale="2"/>
<attribute name="REFUND_MONEY" label="应退理赔金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY" label="客户风险抵押金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CHANNEL_CAUTION_MONEY" label="渠道风险抵押金" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_PAYMENTOFCLAIMS_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_PAYMENTOFCLAIMS_INFO_TEMP" label="保险理赔结清临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="CLEASE_MONEY" label="贷款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="REPAY_MONEY" label="已还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_MONEY" label="逾期金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_RENT" label="逾期租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_PENALTY" label="逾期罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_OVERAGE" label="未到期本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INTEREST_OVERAGE" label="未到期利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLIMAMOUNT" label="理赔金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="SETTLE_INTEREST" label="结算利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OPERATE_INCOME" label="其他业务收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="LAST_REPAY_DATE" label="最后还款时间" type="STRING" length="32"/>
<attribute name="CLIMAPPLYTIME" label="申请理赔时间" type="STRING" length="32"/>
<attribute name="CLIMTIME" label="收到理赔时间 " type="STRING" length="32"/>
<attribute name="OVER_NUMBER" label="逾期期数" type="STRING" length="100"/>
<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="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="STATUS" label="理赔申请状态" type="STRING" length="32"/>
<attribute name="NOMINAL_PRICE" label="名义货价" type="DOUBLE" length="22" scale="2"/>
<attribute name="REFUND_MONEY" label="应退理赔金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY" label="客户风险抵押金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CHANNEL_CAUTION_MONEY" label="渠道风险抵押金" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_PAYMENTOFCLAIMS_INFO_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_PAYMENTOFCLAIMS_INFO_CHANGE" label="保险理赔结清变更表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="CLEASE_MONEY" label="贷款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="REPAY_MONEY" label="已还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_MONEY" label="逾期金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_RENT" label="逾期租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_PENALTY" label="逾期罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_OVERAGE" label="未到期本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INTEREST_OVERAGE" label="未到期利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLIMAMOUNT" label="理赔金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="SETTLE_INTEREST" label="结算利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OPERATE_INCOME" label="其他业务收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="LAST_REPAY_DATE" label="最后还款时间" type="STRING" length="32"/>
<attribute name="CLIMAPPLYTIME" label="申请理赔时间" type="STRING" length="32"/>
<attribute name="CLIMTIME" label="收到理赔时间 " type="STRING" length="32"/>
<attribute name="OVER_NUMBER" label="逾期期数" type="STRING" length="100"/>
<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="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="STATUS" label="理赔申请状态" type="STRING" length="32"/>
<attribute name="NOMINAL_PRICE" label="名义货价" type="DOUBLE" length="22" scale="2"/>
<attribute name="REFUND_MONEY" label="应退理赔金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY" label="客户风险抵押金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CHANNEL_CAUTION_MONEY" label="渠道风险抵押金" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_PAYMENTOFCLAIMS_INFO_CHANGE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LB_PAYMENTOFCLAIMS_REVOKE" label="理赔结清撤销" keyAttributes="">
<attributes>
<attribute name="id" label="标识" type="STRING"/>
<attribute name="contract_id" label="合同标识" type="STRING"/>
<attribute name="contract_number" label="业务合同号" type="STRING"/>
<attribute name="project_dept" label="出单部门" type="STRING"/>
<attribute name="customer_name" label="客户名称" type="STRING"/>
<attribute name="clean_lease_money" label="贷款金额" type="STRING"/>
<attribute name="nominal_price" label="名义货价" type="STRING"/>
<attribute name="rentover" label="逾期租金" type="STRING"/>
<attribute name="penaltyover" label="逾期罚息" type="STRING"/>
<attribute name="corpusover" label="未到期本金" type="STRING"/>
<attribute name="interestover" label="未到期利息" type="STRING"/>
<attribute name="hiredate" label="最后还款日期" type="STRING"/>
<attribute name="overnumber" label="逾期期数" type="STRING"/>
<attribute name="rent" label="已还金额" type="STRING"/>
<attribute name="cautionmoney" label="客户风险抵押金" type="STRING"/>
<attribute name="channelcautionmoney" label="渠道风险抵押金" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="VI_LB_PAYMENTOFCLAIMS_REVOKE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.entity.comm.GPS" >
<class name="GPS_NEW_WORK_ORDER" label="" keyAttributes="">
<attributes>
<attribute name="APPCODE" label="申请编号" type="STRING" length="30"/>
<attribute name="PRODUCTID" label="产品ID" type="STRING" length="50"/>
<attribute name="PRODUCT_TYPE" label="产品类型" type="STRING" length="30"/>
<attribute name="DISTRICT_CODE" label="地区编码" type="STRING" length="30"/>
<attribute name="INSTALL_ADD" label="安装地址" type="STRING" length="50"/>
<attribute name="INSTALL_TIME" label="安装时间" type="STRING" length="30"/>
<attribute name="SHOP_NAME" label="安装店面" type="STRING" length="30"/>
<attribute name="LINK_MAN" label="店面联系人" type="STRING" length="20"/>
<attribute name="LINK_PHONE" label="店面联系电话" type="STRING" length="20"/>
<attribute name="USER_NAME" label="车主名称" type="STRING" length="20"/>
<attribute name="USER_PHONE" label="车主联系电话" type="STRING" length="20"/>
<attribute name="USER_CITY" label="车主城市地区编码" type="STRING" length="20"/>
<attribute name="USER_ADDRESS" label="车主地址" type="STRING" length="50"/>
<attribute name="ID_TYPE" label="证件类型" type="STRING" length="5"/>
<attribute name="ID_CODE" label="证件号码" type="STRING" length="50"/>
<attribute name="CAR_TYPE" label="车型" type="STRING" length="30"/>
<attribute name="VIN" label="车架号" type="STRING" length="30"/>
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="15"/>
<attribute name="COLOR" label="车辆颜色" type="STRING" length="10"/>
<attribute name="CAR_PRICE" label="车辆价格" type="STRING" length="50"/>
<attribute name="INVOICE_PRICE" label="开票价格" type="STRING" length="50"/>
<attribute name="LOAN_AMOUNT" label="贷款金额" type="STRING" length="30"/>
<attribute name="PAY_TYPE" label="贷款方式" type="STRING" length="10"/>
<attribute name="CREDIT_PERIOD" label="贷款年限" type="STRING" length="10"/>
<attribute name="INSURANCE_PERIOD" label="保险年限" type="STRING" length="10"/>
<attribute name="CARSTYLE" label="车辆类型" type="STRING" length="10"/>
<attribute name="NUM" label="加装备数量" type="STRING" length="5"/>
<attribute name="COMPENSATION_DQ" label="受偿单位" type="STRING" length="10"/>
<attribute name="DELAY_NUM" label="延期数" type="STRING" length="5"/>
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="30"/>
<attribute name="SOURCE" label="设备来源" type="STRING" length="30"/>
<attribute name="SPECIAL_TAG" label="担保人标记" type="STRING" length="10"/>
<attribute name="ACTUAL_INSTALL_ID" label="实际加装人id" type="STRING" length="20"/>
<attribute name="Actual_Install_Display_Name" label="实际加装人名称" type="STRING" length="10"/>
<attribute name="CREATED_USER" label="下单人" type="STRING" length="10"/>
<attribute name="CREATED_AT" label="下单时间" type="STRING" length="20"/>
<attribute name="REMARK" label="备注" type="STRING" length="100"/>
<attribute name="UNIT_NAME" label="合作单位" type="STRING" length="50"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="gps_new_work_order" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>