更新JBO
This commit is contained in:
parent
798efc7ea8
commit
eadcf2a773
@ -3828,5 +3828,38 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LI_INVOICE_INVALID" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="ghdwmc" label="购货单位名称" type="STRING" length="32"/>
|
||||
<attribute name="new_sid" label="新sid" type="STRING" length="100"/>
|
||||
<attribute name="fplxdm" label="发票类型代码" type="STRING" length="32"/>
|
||||
<attribute name="fpdm" label="发票代码" type="STRING" length="20"/>
|
||||
<attribute name="fphm" label="发票号码" type="STRING" length="8"/>
|
||||
<attribute name="fpzt" label="作废状态" type="STRING" length="2"/>
|
||||
<attribute name="zfrq" label="作废日期" type="STRING" length="8"/>
|
||||
<attribute name="returncode" label="返回代码" type="STRING" length="8"/>
|
||||
<attribute name="returnmsg" label="返回信息" type="STRING" length="256"/>
|
||||
<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"/>
|
||||
<attribute name="invoice_type" label="发票类型" type="STRING" length="32"/>
|
||||
<attribute name="lease_form" label="租赁形式" 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"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="li_invoice_invalid" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
@ -86,7 +86,31 @@ public class InvoiceRequestInput {
|
||||
private String dyjmc ;
|
||||
|
||||
|
||||
public String getFplxdm() {
|
||||
//发票作废补充参数
|
||||
@XmlElement
|
||||
private String zflx ;//作废类型
|
||||
@XmlElement
|
||||
private String zfr ;//作废人
|
||||
|
||||
|
||||
|
||||
public String getZflx() {
|
||||
return zflx;
|
||||
}
|
||||
|
||||
public void setZflx(String zflx) {
|
||||
this.zflx = zflx;
|
||||
}
|
||||
|
||||
public String getZfr() {
|
||||
return zfr;
|
||||
}
|
||||
|
||||
public void setZfr(String zfr) {
|
||||
this.zfr = zfr;
|
||||
}
|
||||
|
||||
public String getFplxdm() {
|
||||
return fplxdm;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user