首页>代码>Spring batch数据处理的常用的4种demo>/Mybatch/src/main/java/com/wll/demo/DTF/Product.java
package com.wll.demo.DTF;

/**
 * 模型类
 */
public class Product {
    private int id;
    private String name;
    private String description;
    private int quantity;

    public Product() {
    }

    public Product(int id, String name, String description, int quantity) {
        this.id = id;
        this.name = name;
        this.description = description;
        this.quantity = quantity;
    }

    public int getId() {
        return id;
    }

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

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String getDescription() {
        return description;
    }

    public void setDescription(String description) {
        this.description = description;
    }

    public int getQuantity() {
        return quantity;
    }

    public void setQuantity(int quantity) {
        this.quantity = quantity;
    }

    @Override
    public String toString() {
        return "Product{" +
                "id=" + id +
                ", name='" + name + '\'' +
                ", description='" + description + '\'' +
                ", quantity=" + quantity +
                '}';
    }
}
最近下载更多
AMaoAGou  LV1 2023年7月19日
1270063771  LV1 2023年4月26日
微信网友_6435889541074944  LV1 2023年4月16日
whzx20613  LV1 2022年9月29日
muxueliang  LV8 2022年7月29日
1529860026  LV24 2022年7月14日
rinoa007  LV1 2022年4月9日
changup  LV6 2022年2月2日
peter485  LV3 2022年1月19日
1154198858  LV1 2022年1月13日
最近浏览更多
AMaoAGou  LV1 2023年7月19日
1270063771  LV1 2023年4月26日
微信网友_6435889541074944  LV1 2023年4月16日
liuyan5541  LV1 2022年12月1日
二手玫瑰  LV15 2022年11月18日
zhuiqiu  LV4 2022年9月30日
whzx20613  LV1 2022年9月29日
muxueliang  LV8 2022年7月29日
1529860026  LV24 2022年7月14日
rinoa007  LV1 2022年4月9日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友