diff --git a/WebContent/WEB-INF/etc/jbo/jbo_calc.xml b/WebContent/WEB-INF/etc/jbo/jbo_calc.xml index 307e41caa..72ea5f22e 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_calc.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_calc.xml @@ -3828,5 +3828,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src_invoice/com/tenwa/app/invoice/request/InvoiceRequestInput.java b/src_invoice/com/tenwa/app/invoice/request/InvoiceRequestInput.java index 344350bd5..f2a2e587c 100644 --- a/src_invoice/com/tenwa/app/invoice/request/InvoiceRequestInput.java +++ b/src_invoice/com/tenwa/app/invoice/request/InvoiceRequestInput.java @@ -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; }