|
|
@@ -0,0 +1,154 @@
|
|
|
+package com.usoftchina.saas.money.po.forms;
|
|
|
+
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
+public class RecdetailView {
|
|
|
+ private String pi_inoutno;
|
|
|
+
|
|
|
+ private String pi_custcode;
|
|
|
+
|
|
|
+ private String pi_custname;
|
|
|
+
|
|
|
+ private String pi_class;
|
|
|
+
|
|
|
+ private String PU_BUYERCODE;
|
|
|
+
|
|
|
+ private String PU_BUYERNAME;
|
|
|
+
|
|
|
+ private Date pb_date;
|
|
|
+
|
|
|
+ private Double cu_beginaramount;
|
|
|
+
|
|
|
+ private Double pb_pdamount;
|
|
|
+
|
|
|
+ private Double pb_pbdamount;
|
|
|
+
|
|
|
+ private Double mustpay;
|
|
|
+
|
|
|
+ private Double mustdate;
|
|
|
+
|
|
|
+ private Double pi_total;
|
|
|
+
|
|
|
+ private String pi_remark;
|
|
|
+ private Integer companyId;
|
|
|
+
|
|
|
+ public Integer getCompanyId() {
|
|
|
+ return companyId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCompanyId(Integer companyId) {
|
|
|
+ this.companyId = companyId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPi_inoutno() {
|
|
|
+ return pi_inoutno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPi_inoutno(String pi_inoutno) {
|
|
|
+ this.pi_inoutno = pi_inoutno == null ? null : pi_inoutno.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPi_custcode() {
|
|
|
+ return pi_custcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPi_custcode(String pi_custcode) {
|
|
|
+ this.pi_custcode = pi_custcode == null ? null : pi_custcode.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPi_custname() {
|
|
|
+ return pi_custname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPi_custname(String pi_custname) {
|
|
|
+ this.pi_custname = pi_custname == null ? null : pi_custname.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPi_class() {
|
|
|
+ return pi_class;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPi_class(String pi_class) {
|
|
|
+ this.pi_class = pi_class == null ? null : pi_class.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPU_BUYERCODE() {
|
|
|
+ return PU_BUYERCODE;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPU_BUYERCODE(String PU_BUYERCODE) {
|
|
|
+ this.PU_BUYERCODE = PU_BUYERCODE == null ? null : PU_BUYERCODE.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPU_BUYERNAME() {
|
|
|
+ return PU_BUYERNAME;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPU_BUYERNAME(String PU_BUYERNAME) {
|
|
|
+ this.PU_BUYERNAME = PU_BUYERNAME == null ? null : PU_BUYERNAME.trim();
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getPb_date() {
|
|
|
+ return pb_date;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPb_date(Date pb_date) {
|
|
|
+ this.pb_date = pb_date;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getCu_beginaramount() {
|
|
|
+ return cu_beginaramount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCu_beginaramount(Double cu_beginaramount) {
|
|
|
+ this.cu_beginaramount = cu_beginaramount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPb_pdamount() {
|
|
|
+ return pb_pdamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPb_pdamount(Double pb_pdamount) {
|
|
|
+ this.pb_pdamount = pb_pdamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPb_pbdamount() {
|
|
|
+ return pb_pbdamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPb_pbdamount(Double pb_pbdamount) {
|
|
|
+ this.pb_pbdamount = pb_pbdamount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getMustpay() {
|
|
|
+ return mustpay;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMustpay(Double mustpay) {
|
|
|
+ this.mustpay = mustpay;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getMustdate() {
|
|
|
+ return mustdate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMustdate(Double mustdate) {
|
|
|
+ this.mustdate = mustdate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPi_total() {
|
|
|
+ return pi_total;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPi_total(Double pi_total) {
|
|
|
+ this.pi_total = pi_total;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPi_remark() {
|
|
|
+ return pi_remark;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPi_remark(String pi_remark) {
|
|
|
+ this.pi_remark = pi_remark == null ? null : pi_remark.trim();
|
|
|
+ }
|
|
|
+}
|