友链:汪菜菜

友链:隔壁老王

GroupTrayOnlineEntity

package com.example.wms.entity;

public class GroupTrayOnlineEntity {

    private String palletcode ; //托盘条码
    private int qty; //数量

    public GroupTrayOnlineEntity() {
    }

    public String getPalletcode() {
        return palletcode;
    }

    public void setPalletcode(String palletcode) {
        this.palletcode = palletcode;
    }

    public int getQty() {
        return qty;
    }

    public void setQty(int qty) {
        this.qty = qty;
    }
}

 

posted @ 2022-06-08 10:50  長安憶ღ  阅读(27)  评论(0)    收藏  举报