|
@@ -1040,4 +1040,21 @@ public class NewOrderProduct extends DataEntity<NewOrderProduct> {
|
|
public void setReturnGoodsStutas(Integer returnGoodsStutas) {
|
|
public void setReturnGoodsStutas(Integer returnGoodsStutas) {
|
|
this.returnGoodsStutas = returnGoodsStutas;
|
|
this.returnGoodsStutas = returnGoodsStutas;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public String getSkuStr() {
|
|
|
|
+ return skuStr;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setSkuStr(String skuStr) {
|
|
|
|
+ this.skuStr = skuStr;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public List<CmSku> getSkuList() {
|
|
|
|
+ return skuList;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setSkuList(List<CmSku> skuList) {
|
|
|
|
+ this.skuList = skuList;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|