|
@@ -23,13 +23,13 @@ public class PrizeRecoveryExcel {
|
|
@Excel(name = "商品名称")
|
|
@Excel(name = "商品名称")
|
|
private String title;
|
|
private String title;
|
|
|
|
|
|
- @Excel(name = "商品sku")
|
|
|
|
|
|
+ @Excel(name = "商品规格")
|
|
private String properties;
|
|
private String properties;
|
|
|
|
|
|
@Excel(name = "商品单价(盲豆)")
|
|
@Excel(name = "商品单价(盲豆)")
|
|
private Integer exchangePrice;
|
|
private Integer exchangePrice;
|
|
|
|
|
|
- @Excel(name = "数量")
|
|
|
|
|
|
+ @Excel(name = "回收数量")
|
|
private Integer num;
|
|
private Integer num;
|
|
|
|
|
|
@Excel(name = "回收折扣(%)")
|
|
@Excel(name = "回收折扣(%)")
|