更新JBO

This commit is contained in:
liuzhao 2018-07-31 19:49:13 +08:00
parent ea299245f1
commit 94d8429a80

View File

@ -4071,6 +4071,75 @@
</managerProperties>
</manager>
</class>
<class name="INVOICE_INTERFACE" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="invoice_id" label="关联id" type="STRING" length="32"/>
<attribute name="appid" label="应用代码" type="STRING" length="32"/>
<attribute name="sid" label="交易流水id" type="STRING" length="32"/>
<attribute name="yylxdm" label="应用类型代码" type="STRING" length="32"/>
<attribute name="fplxdm" label="发票类型代码" type="STRING" length="32"/>
<attribute name="kplx" label="开票类型" type="STRING" length="32"/>
<attribute name="tspz" label="特殊票种标识" type="STRING" length="32"/>
<attribute name="xhdwdzdh" label="销货单位地址电话" type="STRING" length="32"/>
<attribute name="xhdwyhzh" label="销货单位银行帐号" type="STRING" length="32"/>
<attribute name="ghdwsbh" label="购货单位识别号" type="STRING" length="32"/>
<attribute name="ghdwmc" label="购货单位名称" type="STRING" length="32"/>
<attribute name="ghdwdzdh" label="购货单位地址电话" type="STRING" length="32"/>
<attribute name="ghdwyhzh" label="购货单位银行帐号" type="STRING" length="32"/>
<attribute name="hsslbs" label="含税税率标识" type="STRING" length="32"/>
<attribute name="fyxm" label="费用项目" type="STRING" length="32"/>
<attribute name="fphxz" label="发票行性质" type="STRING" length="32"/>
<attribute name="spmc" label="商品名称" type="STRING" length="32"/>
<attribute name="spsm" label="商品税目" type="STRING" length="32"/>
<attribute name="ggxh" label="规格型号" type="STRING" length="32"/>
<attribute name="dw" label="单位" type="STRING" length="32"/>
<attribute name="spsl" label="商品数量" type="STRING" length="32"/>
<attribute name="dj" label="单价" type="STRING" length="32"/>
<attribute name="je" label="金额" type="STRING" length="32"/>
<attribute name="sl" label="税率" type="STRING" length="32"/>
<attribute name="se" label="税额" type="STRING" length="32"/>
<attribute name="hsbz" label="含税标志" type="STRING" length="32"/>
<attribute name="spbm" label="商品编码" type="STRING" length="32"/>
<attribute name="zxbm" label="纳税人自行编码" type="STRING" length="32"/>
<attribute name="yhzcbs" label="优惠政策标识" type="STRING" length="32"/>
<attribute name="slbs" label="0税率标识" type="STRING" length="32"/>
<attribute name="zzstsgl" label="增值税特殊管理" type="STRING" length="32"/>
<attribute name="zhsl" label="综合税率" type="STRING" length="32"/>
<attribute name="hjje" label="合计金额" type="STRING" length="32"/>
<attribute name="hjse" label="合计税额" type="STRING" length="32"/>
<attribute name="jshj" label="价税合计" type="STRING" length="32"/>
<attribute name="bz" label="备注" type="STRING" length="32"/>
<attribute name="skr" label="收款人" type="STRING" length="32"/>
<attribute name="fhr" label="复核人" type="STRING" length="32"/>
<attribute name="kpr" label="开票人" type="STRING" length="32"/>
<attribute name="zyspmc" label="主要商品名称" type="STRING" length="32"/>
<attribute name="ssyf" label="所属月份" type="STRING" length="32"/>
<attribute name="tzdbh" label="通知单编号" type="STRING" length="32"/>
<attribute name="yfphm" label="原发票号码" type="STRING" length="32"/>
<attribute name="yfpdm" label="原发票代码" type="STRING" length="32"/>
<attribute name="GMF_DZYX" label="收票人电子邮箱" type="STRING" length="32"/>
<attribute name="GMF_SJHM" label="收票人手机号码" type="STRING" length="32"/>
<attribute name="GMF_SJOPENID" label="收票人微信" type="STRING" length="32"/>
<attribute name="FIELD1" label="备用字段1" type="STRING" length="32"/>
<attribute name="FIELD2" label="FIELD2" type="STRING" length="32"/>
<attribute name="FIELD3" label="FIELD3" type="STRING" length="32"/>
<attribute name="FIELD4" label="FIELD4" type="STRING" length="32"/>
<attribute name="FIELD5" label="FIELD5" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="invoice_interface" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.lease.carbrand" >
<class name="LB_CLAIMS_BOOK_DETAIL" label="索赔申请书详情表" keyAttributes="ID">