作者 xudada

导入快件功能

@@ -280,7 +280,15 @@ public class AWB_AWBINFO { @@ -280,7 +280,15 @@ public class AWB_AWBINFO {
280 280
281 private String uldType; 281 private String uldType;
282 282
283 - private String goodsAttribute; 283 + public String getGoodsattribute() {
  284 + return goodsattribute;
  285 + }
  286 +
  287 + public void setGoodsattribute(String goodsattribute) {
  288 + this.goodsattribute = goodsattribute;
  289 + }
  290 +
  291 + private String goodsattribute;
284 292
285 public String getBillid() { 293 public String getBillid() {
286 return billid; 294 return billid;