...
|
...
|
@@ -280,7 +280,15 @@ public class AWB_AWBINFO { |
|
|
|
|
|
private String uldType;
|
|
|
|
|
|
private String goodsAttribute;
|
|
|
public String getGoodsattribute() {
|
|
|
return goodsattribute;
|
|
|
}
|
|
|
|
|
|
public void setGoodsattribute(String goodsattribute) {
|
|
|
this.goodsattribute = goodsattribute;
|
|
|
}
|
|
|
|
|
|
private String goodsattribute;
|
|
|
|
|
|
public String getBillid() {
|
|
|
return billid;
|
...
|
...
|
|