@@ -99,6 +99,12 @@ public class GoodsDescExportExcel implements Serializable {
private String goodsSize;
/**
+ * 产地
+ */
+ @ExcelProperty(value = "产地")
+ private String placeProduction;
+
+ /**
* 商品IDS
*/
@ExcelProperty(value = "商品IDS")