正在显示
1 个修改的文件
包含
9 行增加
和
1 行删除
| @@ -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; |
-
请 注册 或 登录 后发表评论