| | |
| | | package com.panzhihua.service_community.model.dos; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @auther lyq |
| | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComShopCartDO{" + |
| | | "id=" + id + |
| | | ", userId=" + userId + |
| | | ", goodsId=" + goodsId + |
| | | ", goodsName=" + goodsName + |
| | | ", storeId=" + storeId + |
| | | ", goodsAttrId=" + goodsAttrId + |
| | | ", goodsAttr=" + goodsAttr + |
| | | ", goodsAttrPic=" + goodsAttrPic + |
| | | ", amount=" + amount + |
| | | ", price=" + price + |
| | | ", createAt=" + createAt + |
| | | ", updateAt=" + updateAt + |
| | | "}"; |
| | | return "ComShopCartDO{" + "id=" + id + ", userId=" + userId + ", goodsId=" + goodsId + ", goodsName=" |
| | | + goodsName + ", storeId=" + storeId + ", goodsAttrId=" + goodsAttrId + ", goodsAttr=" + goodsAttr |
| | | + ", goodsAttrPic=" + goodsAttrPic + ", amount=" + amount + ", price=" + price + ", createAt=" + createAt |
| | | + ", updateAt=" + updateAt + "}"; |
| | | } |
| | | } |