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;
}
}

浙公网安备 33010602011771号