|
|
@@ -4,8 +4,6 @@ import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
import com.alibaba.excel.annotation.write.style.ColumnWidth;
|
|
|
import com.alibaba.excel.annotation.write.style.ContentRowHeight;
|
|
|
import com.alibaba.excel.annotation.write.style.HeadRowHeight;
|
|
|
-
|
|
|
-import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
@@ -101,6 +99,12 @@ public class GoodsExcel implements Serializable {
|
|
|
private String cnameInt;
|
|
|
|
|
|
/**
|
|
|
+ * 兑换积分
|
|
|
+ */
|
|
|
+ @ExcelProperty(value = "商品积分")
|
|
|
+ private BigDecimal integral;
|
|
|
+
|
|
|
+ /**
|
|
|
* 商品描述
|
|
|
*/
|
|
|
@ExcelProperty(value = "商品描述")
|