|
|
@@ -0,0 +1,207 @@
|
|
|
+package com.uas.entity;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @author koul
|
|
|
+ * @email koul@usoftchina.com
|
|
|
+ * @date 2020-09-29 17:22
|
|
|
+ */
|
|
|
+public class PosDetail {
|
|
|
+ private String pd_osa;
|
|
|
+ private String pd_distributorname;
|
|
|
+ private String pd_custcode;
|
|
|
+ private String pd_vendname;
|
|
|
+ private String pd_endcustname;
|
|
|
+ private String pd_endcustcountry;
|
|
|
+ private String pd_custpartno;
|
|
|
+ private String pd_mpn;
|
|
|
+ private String pd_application;
|
|
|
+ private String pd_month;
|
|
|
+ private Double pd_neworderqty;
|
|
|
+ private Double pd_salesqty;
|
|
|
+ private Double pd_backlogqty;
|
|
|
+ private Double pd_stockqty;
|
|
|
+ private Double pd_purchaseqty;
|
|
|
+ private Double pd_price;
|
|
|
+ private String pd_currency;
|
|
|
+ private Double pd_vmistockqty;
|
|
|
+ private Double pd_stockexhaeplusqty;
|
|
|
+ private Double pd_stockexchaeminusqty;
|
|
|
+ private String pd_warehouselocation;
|
|
|
+ private String pd_version;
|
|
|
+
|
|
|
+ public String getPd_osa() {
|
|
|
+ return pd_osa;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_osa(String pd_osa) {
|
|
|
+ this.pd_osa = pd_osa;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_distributorname() {
|
|
|
+ return pd_distributorname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_distributorname(String pd_distributorname) {
|
|
|
+ this.pd_distributorname = pd_distributorname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_custcode() {
|
|
|
+ return pd_custcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_custcode(String pd_custcode) {
|
|
|
+ this.pd_custcode = pd_custcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_vendname() {
|
|
|
+ return pd_vendname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_vendname(String pd_vendname) {
|
|
|
+ this.pd_vendname = pd_vendname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_endcustname() {
|
|
|
+ return pd_endcustname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_endcustname(String pd_endcustname) {
|
|
|
+ this.pd_endcustname = pd_endcustname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_endcustcountry() {
|
|
|
+ return pd_endcustcountry;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_endcustcountry(String pd_endcustcountry) {
|
|
|
+ this.pd_endcustcountry = pd_endcustcountry;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_custpartno() {
|
|
|
+ return pd_custpartno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_custpartno(String pd_custpartno) {
|
|
|
+ this.pd_custpartno = pd_custpartno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_mpn() {
|
|
|
+ return pd_mpn;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_mpn(String pd_mpn) {
|
|
|
+ this.pd_mpn = pd_mpn;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_application() {
|
|
|
+ return pd_application;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_application(String pd_application) {
|
|
|
+ this.pd_application = pd_application;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_month() {
|
|
|
+ return pd_month;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_month(String pd_month) {
|
|
|
+ this.pd_month = pd_month;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_neworderqty() {
|
|
|
+ return pd_neworderqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_neworderqty(Double pd_neworderqty) {
|
|
|
+ this.pd_neworderqty = pd_neworderqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_salesqty() {
|
|
|
+ return pd_salesqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_salesqty(Double pd_salesqty) {
|
|
|
+ this.pd_salesqty = pd_salesqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_backlogqty() {
|
|
|
+ return pd_backlogqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_backlogqty(Double pd_backlogqty) {
|
|
|
+ this.pd_backlogqty = pd_backlogqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_stockqty() {
|
|
|
+ return pd_stockqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_stockqty(Double pd_stockqty) {
|
|
|
+ this.pd_stockqty = pd_stockqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_purchaseqty() {
|
|
|
+ return pd_purchaseqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_purchaseqty(Double pd_purchaseqty) {
|
|
|
+ this.pd_purchaseqty = pd_purchaseqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_price() {
|
|
|
+ return pd_price;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_price(Double pd_price) {
|
|
|
+ this.pd_price = pd_price;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_currency() {
|
|
|
+ return pd_currency;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_currency(String pd_currency) {
|
|
|
+ this.pd_currency = pd_currency;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_vmistockqty() {
|
|
|
+ return pd_vmistockqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_vmistockqty(Double pd_vmistockqty) {
|
|
|
+ this.pd_vmistockqty = pd_vmistockqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_stockexhaeplusqty() {
|
|
|
+ return pd_stockexhaeplusqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_stockexhaeplusqty(Double pd_stockexhaeplusqty) {
|
|
|
+ this.pd_stockexhaeplusqty = pd_stockexhaeplusqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Double getPd_stockexchaeminusqty() {
|
|
|
+ return pd_stockexchaeminusqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_stockexchaeminusqty(Double pd_stockexchaeminusqty) {
|
|
|
+ this.pd_stockexchaeminusqty = pd_stockexchaeminusqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_warehouselocation() {
|
|
|
+ return pd_warehouselocation;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_warehouselocation(String pd_warehouselocation) {
|
|
|
+ this.pd_warehouselocation = pd_warehouselocation;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPd_version() {
|
|
|
+ return pd_version;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPd_version(String pd_version) {
|
|
|
+ this.pd_version = pd_version;
|
|
|
+ }
|
|
|
+}
|