Authored by Lixiaodi

增加属性tostring

@@ -139,6 +139,9 @@ public class StoragePrice { @@ -139,6 +139,9 @@ public class StoragePrice {
139 public String toString() { 139 public String toString() {
140 return "StoragePrice [id=" + id + ", skup=" + skup + ", productId=" + productId + ", goodsId=" + goodsId 140 return "StoragePrice [id=" + id + ", skup=" + skup + ", productId=" + productId + ", goodsId=" + goodsId
141 + ", storageId=" + storageId + ", depotNum=" + depotNum + ", sellerUid=" + sellerUid + ", price=" 141 + ", storageId=" + storageId + ", depotNum=" + depotNum + ", sellerUid=" + sellerUid + ", price="
142 - + price + ", status=" + status + ", updateTime=" + updateTime + ", createTime=" + createTime + "]"; 142 + + price + ", status=" + status + ", updateTime=" + updateTime + ", createTime=" + createTime
  143 + + ", preSaleFlag=" + preSaleFlag + "]";
143 } 144 }
  145 +
  146 +
144 } 147 }