Authored by Lixiaodi

加注释

@@ -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;