|
@@ -1,5 +1,6 @@
|
|
|
package com.fs.store.param;
|
|
|
|
|
|
+import com.fs.common.annotation.Excel;
|
|
|
import com.fs.store.domain.FsStoreProductAttrValue;
|
|
|
import com.fs.store.dto.ProductArrtDTO;
|
|
|
import lombok.Data;
|
|
@@ -10,7 +11,7 @@ import java.util.List;
|
|
|
|
|
|
/**
|
|
|
* 商品对象 fs_store_product
|
|
|
- *
|
|
|
+ *
|
|
|
* @author fs
|
|
|
* @date 2022-03-15
|
|
|
*/
|
|
@@ -136,6 +137,15 @@ public class FsStoreProductAddEditParam implements Serializable
|
|
|
|
|
|
private Integer tuiCateId;
|
|
|
|
|
|
+ /**
|
|
|
+ * 仓库id
|
|
|
+ */
|
|
|
+ private Long warehouseId;
|
|
|
+ /**
|
|
|
+ * 仓库代码
|
|
|
+ */
|
|
|
+ private String warehouseCode;
|
|
|
+
|
|
|
//属性项目
|
|
|
private List<ProductArrtDTO> items;
|
|
|
//sku结果集
|