Showing
1 changed file
with
2 additions
and
0 deletions
@@ -3,6 +3,7 @@ package com.yohoufo.dal.product.model; | @@ -3,6 +3,7 @@ package com.yohoufo.dal.product.model; | ||
3 | import java.math.BigDecimal; | 3 | import java.math.BigDecimal; |
4 | 4 | ||
5 | public class StoragePrice { | 5 | public class StoragePrice { |
6 | + | ||
6 | private Integer id; | 7 | private Integer id; |
7 | 8 | ||
8 | private Integer productId; | 9 | private Integer productId; |
@@ -17,6 +18,7 @@ public class StoragePrice { | @@ -17,6 +18,7 @@ public class StoragePrice { | ||
17 | 18 | ||
18 | private BigDecimal price; | 19 | private BigDecimal price; |
19 | 20 | ||
21 | + /** 1:可售,2卖出,3鉴定失败,4卖家取消. */ | ||
20 | private Integer status; | 22 | private Integer status; |
21 | 23 | ||
22 | private Integer updateTime; | 24 | private Integer updateTime; |
-
Please register or login to post a comment