Authored by Lixiaodi

增加属性tostring

... ... @@ -139,6 +139,9 @@ public class StoragePrice {
public String toString() {
return "StoragePrice [id=" + id + ", skup=" + skup + ", productId=" + productId + ", goodsId=" + goodsId
+ ", storageId=" + storageId + ", depotNum=" + depotNum + ", sellerUid=" + sellerUid + ", price="
+ price + ", status=" + status + ", updateTime=" + updateTime + ", createTime=" + createTime + "]";
+ price + ", status=" + status + ", updateTime=" + updateTime + ", createTime=" + createTime
+ ", preSaleFlag=" + preSaleFlag + "]";
}
}
\ No newline at end of file
... ...