首页>代码>Spring Boot+SpringMVC+Mybatis+jsp餐厅后台管理>/springboot_jsptest/src/main/java/com/zl/beans/Product.java
package com.zl.beans;

import java.util.List;

public class Product {
    private Integer id;
    private String pid;//商品编号
    private String pname;//商品名称
    private int fid;//所属种类
    private double mprice;//市场价
    private double vprice;//会员价
    private int repertory;//商品库存
    private String content;//商品详情

    //关联属性,作为一方,差多方
    private List<Product> chiledren;
    //作为多方,查一方
    private Product parent;

    public Product() {
    }

    public int getRepertory() {
        return repertory;
    }

    public void setRepertory(int repertory) {
        this.repertory = repertory;
    }

    public Integer getId() {
        return id;
    }

    public void setId(Integer id) {
        this.id = id;
    }

    public String getPid() {
        return pid;
    }

    public void setPid(String pid) {
        this.pid = pid;
    }

    public String getPname() {
        return pname;
    }

    public void setPname(String pname) {
        this.pname = pname;
    }

    public int getFid() {
        return fid;
    }

    public void setFid(int fid) {
        this.fid = fid;
    }

    public double getMprice() {
        return mprice;
    }

    public void setMprice(double mprice) {
        this.mprice = mprice;
    }

    public double getVprice() {
        return vprice;
    }

    public void setVprice(double vprice) {
        this.vprice = vprice;
    }

    public String getContent() {
        return content;
    }

    public void setContent(String content) {
        this.content = content;
    }

    public List<Product> getChiledren() {
        return chiledren;
    }

    public void setChiledren(List<Product> chiledren) {
        this.chiledren = chiledren;
    }

    public Product getParent() {
        return parent;
    }

    public void setParent(Product parent) {
        this.parent = parent;
    }

    @Override
    public String toString() {
        return "Product{" +
                "id=" + id +
                ", pid='" + pid + '\'' +
                ", pname='" + pname + '\'' +
                ", fid=" + fid +
                ", mprice=" + mprice +
                ", vprice=" + vprice +
                ", repertory=" + repertory +
                ", content='" + content + '\'' +
                ", chiledren=" + chiledren +
                ", parent=" + parent +
                '}';
    }
}
最近下载更多
rain112  LV31 6月13日
一勺枣糕  LV3 1月11日
zhaobing_g  LV3 1月3日
微信网友_6602457430806528  LV6 2023年9月21日
jlmarket  LV22 2023年6月18日
Ji123455  LV8 2023年5月24日
disenga  LV1 2023年4月4日
计算机暴龙战士  LV19 2023年4月2日
qwertytao123  LV3 2023年3月8日
微信网友_6154960465137664  LV4 2022年12月1日
最近浏览更多
citybird  LV4 前天
今夜风很大  LV1 11月11日
krispeng  LV13 10月3日
xinxin23383  LV7 9月13日
TY0165  LV20 6月19日
adminadminsqwqe  LV8 6月14日
f22m1a2b2  LV17 5月31日
lizheng1118  LV8 2月8日
李朝磊  LV18 1月30日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友