更新JBO

This commit is contained in:
liuzhao 2018-08-08 11:33:59 +08:00
parent a58718cbc0
commit a78800e279

View File

@ -3358,5 +3358,36 @@
</managerProperties>
</manager>
</class>
<class name="LI_INVOICE_RESULT" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="sid" label="交易流水id" type="STRING" length="100"/>
<attribute name="fplxdm" label="发票类型代码" type="STRING" length="2"/>
<attribute name="fpdm" label="发票代码" type="STRING" length="10"/>
<attribute name="fphm" label="发票号码" type="STRING" length="8"/>
<attribute name="kprq" label="开票日期" type="STRING" length="14"/>
<attribute name="hjje" label="合计金额" type="STRING" length="32"/>
<attribute name="skm" label="税控码" type="STRING" length="112"/>
<attribute name="jym" label="校验码" type="STRING" length="22"/>
<attribute name="pdfurl" label="电子票PDF文件下载地址" type="STRING" length="32"/>
<attribute name="FIELD1" label="FIELD1" 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="li_invoice_result" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>