huanghongfa
2021-09-02 177249c76aeea0b4bf8d8816d4994e3b445b45ce
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComShopCartDO.java
@@ -1,12 +1,12 @@
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
@@ -85,19 +85,9 @@
    @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 + "}";
    }
}