...
|
...
|
@@ -3,6 +3,7 @@ package com.yohoufo.dal.product.model; |
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
public class StoragePrice {
|
|
|
|
|
|
private Integer id;
|
|
|
|
|
|
private Integer productId;
|
...
|
...
|
@@ -17,6 +18,7 @@ public class StoragePrice { |
|
|
|
|
|
private BigDecimal price;
|
|
|
|
|
|
/** 1:可售,2卖出,3鉴定失败,4卖家取消. */
|
|
|
private Integer status;
|
|
|
|
|
|
private Integer updateTime;
|
...
|
...
|
|