|
@@ -1,6 +1,7 @@
|
|
|
package com.ym.mec.biz.dal.entity;
|
|
|
|
|
|
import com.ym.mec.biz.dal.enums.GoodsType;
|
|
|
+import com.ym.mec.biz.dal.enums.StockType;
|
|
|
import com.ym.mec.biz.dal.enums.YesOrNoEnum;
|
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -123,6 +124,26 @@ public class Goods {
|
|
|
|
|
|
private String supplyChannel;
|
|
|
|
|
|
+ private Integer clientShow;
|
|
|
+
|
|
|
+ private StockType stockType;
|
|
|
+
|
|
|
+ public Integer getClientShow() {
|
|
|
+ return clientShow;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setClientShow(Integer clientShow) {
|
|
|
+ this.clientShow = clientShow;
|
|
|
+ }
|
|
|
+
|
|
|
+ public StockType getStockType() {
|
|
|
+ return stockType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStockType(StockType stockType) {
|
|
|
+ this.stockType = stockType;
|
|
|
+ }
|
|
|
+
|
|
|
public BigDecimal getAgreeCostPrice() {
|
|
|
return agreeCostPrice;
|
|
|
}
|