|
@@ -52,6 +52,7 @@ public class SaleSampleApproval{
|
|
|
private String pa_ppdattach;
|
|
private String pa_ppdattach;
|
|
|
private String pa_finalresult;
|
|
private String pa_finalresult;
|
|
|
private String pa_finalresultremark;
|
|
private String pa_finalresultremark;
|
|
|
|
|
+ private String pa_yxdj;//优选等级
|
|
|
private List<RemoteFile> files;
|
|
private List<RemoteFile> files;
|
|
|
private List<RemoteFile> prdfiles;
|
|
private List<RemoteFile> prdfiles;
|
|
|
private List<RemoteFile> padfiles;
|
|
private List<RemoteFile> padfiles;
|
|
@@ -309,7 +310,12 @@ public class SaleSampleApproval{
|
|
|
public void setPa_custprodunit(String pa_custprodunit) {
|
|
public void setPa_custprodunit(String pa_custprodunit) {
|
|
|
this.pa_custprodunit = pa_custprodunit;
|
|
this.pa_custprodunit = pa_custprodunit;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ public String getPa_yxdj() {
|
|
|
|
|
+ return pa_yxdj;
|
|
|
|
|
+ }
|
|
|
|
|
+ public void setPa_yxdj(String pa_yxdj) {
|
|
|
|
|
+ this.pa_yxdj = pa_yxdj;
|
|
|
|
|
+ }
|
|
|
public SaleSampleApproval(PurchaseProofingApproval approval) {
|
|
public SaleSampleApproval(PurchaseProofingApproval approval) {
|
|
|
this.pa_address = approval.getAddress();
|
|
this.pa_address = approval.getAddress();
|
|
|
this.pa_addressmark = approval.getAddressmark();
|
|
this.pa_addressmark = approval.getAddressmark();
|
|
@@ -346,6 +352,7 @@ public class SaleSampleApproval{
|
|
|
this.pa_remark = approval.getRemark();
|
|
this.pa_remark = approval.getRemark();
|
|
|
this.pa_sampleqty = approval.getSampleqty();
|
|
this.pa_sampleqty = approval.getSampleqty();
|
|
|
this.pa_sscode = approval.getSscode();
|
|
this.pa_sscode = approval.getSscode();
|
|
|
|
|
+ this.pa_yxdj = approval.getYxdj();
|
|
|
}
|
|
}
|
|
|
public List<RemoteFile> getFiles() {
|
|
public List<RemoteFile> getFiles() {
|
|
|
return files;
|
|
return files;
|