Showing
1 changed file
with
4 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment