|
@@ -15,6 +15,8 @@ public class OrderOutsourceBo {
|
|
|
private Integer refundStatus;
|
|
private Integer refundStatus;
|
|
|
private Integer type;
|
|
private Integer type;
|
|
|
private Integer tid;
|
|
private Integer tid;
|
|
|
|
|
+ private String cname;
|
|
|
|
|
+ private String pname;
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getOrderNo() {
|
|
public String getOrderNo() {
|
|
@@ -97,5 +99,17 @@ public class OrderOutsourceBo {
|
|
|
public void setTid(Integer tid) {
|
|
public void setTid(Integer tid) {
|
|
|
this.tid = tid;
|
|
this.tid = tid;
|
|
|
}
|
|
}
|
|
|
|
|
+ public String getCname() {
|
|
|
|
|
+ return cname;
|
|
|
|
|
+ }
|
|
|
|
|
+ public void setCname(String cname) {
|
|
|
|
|
+ this.cname = cname;
|
|
|
|
|
+ }
|
|
|
|
|
+ public String getPname() {
|
|
|
|
|
+ return pname;
|
|
|
|
|
+ }
|
|
|
|
|
+ public void setPname(String pname) {
|
|
|
|
|
+ this.pname = pname;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
}
|
|
}
|