单位名称
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.List;
|
|||||||
@Data
|
@Data
|
||||||
public class ProductVO extends Product {
|
public class ProductVO extends Product {
|
||||||
private BigDecimal lowPrice;
|
private BigDecimal lowPrice;
|
||||||
private Long unitName;
|
private String unitName;
|
||||||
private BigDecimal lowMemberPrice;
|
private BigDecimal lowMemberPrice;
|
||||||
private List<ProdSku> skuList;
|
private List<ProdSku> skuList;
|
||||||
private Integer isSaleTime;
|
private Integer isSaleTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user