|
@@ -168,7 +168,7 @@ public class Product extends DataEntity<Product> {
|
|
private String source; //信息来源 1网站 2小程序 3后台 4小程序-协销
|
|
private String source; //信息来源 1网站 2小程序 3后台 4小程序-协销
|
|
private String dockingPeopleName; //对接人名称
|
|
private String dockingPeopleName; //对接人名称
|
|
private Integer floorId;//呵呵商城楼层id
|
|
private Integer floorId;//呵呵商城楼层id
|
|
-
|
|
|
|
|
|
+ private Integer insertStatus;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 商品别名
|
|
* 商品别名
|
|
@@ -1741,4 +1741,12 @@ public class Product extends DataEntity<Product> {
|
|
public void setReturnGoodsStutas(Integer returnGoodsStutas) {
|
|
public void setReturnGoodsStutas(Integer returnGoodsStutas) {
|
|
this.returnGoodsStutas = returnGoodsStutas;
|
|
this.returnGoodsStutas = returnGoodsStutas;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public Integer getInsertStatus() {
|
|
|
|
+ return insertStatus;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setInsertStatus(Integer insertStatus) {
|
|
|
|
+ this.insertStatus = insertStatus;
|
|
|
|
+ }
|
|
}
|
|
}
|