Commit e6b6c60b by songyinghui

feat: 销售价格

parent 0eee906b
......@@ -3,6 +3,7 @@ package com.gic.haoban.manage.web.vo.content;
import lombok.Data;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* @Author MUSI
......@@ -51,7 +52,7 @@ public class SimpleGoodsInfoVO implements Serializable {
/**
* 商品价格
*/
private String salePrice;
private BigDecimal salePrice;
/**
* 商品状态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment