更新JBO

This commit is contained in:
liuzhao 2018-09-07 09:22:36 +08:00
parent df8cf5ddb1
commit dda04e0c16
2 changed files with 50 additions and 0 deletions

View File

@ -3621,5 +3621,54 @@
</managerProperties>
</manager>
</class>
<class name="VI_INVOICE_RENT_PLAN_CONFIRM" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING"/>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="CONTRACT_NO" label="业务合同号" type="STRING"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING"/>
<attribute name="CUSTOMER_ID" label="客户id" type="STRING"/>
<attribute name="customer_name" label="客户名称" type="STRING"/>
<attribute name="plan_list" label="计划期次" type="STRING"/>
<attribute name="plan_date" label="计划日期" type="STRING"/>
<attribute name="plan_money" label="计划金额" type="STRING"/>
<attribute name="invoice_money" label="开票金额" type="STRING"/>
<attribute name="TAX_TYPE" label="金额类型" type="STRING"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING"/>
<attribute name="TAX_BANK" label="开户行" type="STRING"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_invoice_rent_plan_confirm" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LI_INVOICE_OTHERS" label="" keyAttributes="id">
<attributes>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="contract_no" label="合同编号" type="STRING"/>
<attribute name="customer_id" label="客户id" type="STRING"/>
<attribute name="customer_name" label="客户名称" type="STRING"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING"/>
<attribute name="plan_price" label="计划金额" type="STRING"/>
<attribute name="invoice_price" label="开票金额" type="STRING"/>
<attribute name="moneytype" label="金额类型" type="STRING"/>
<attribute name="typess" label="金额类型" type="STRING"/>
<attribute name="cert_id" label="纳税人识别号" type="STRING"/>
<attribute name="account" label="账户" type="STRING"/>
<attribute name="acc_number" label="开户账号" type="STRING"/>
<attribute name="bank_name" label="开户行" type="STRING"/>
<attribute name="telephone" label="联系电话" type="STRING"/>
<attribute name="customer_type" label="客户类型" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_li_invoice_others" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>

View File

@ -1004,6 +1004,7 @@
<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>