给单据明细列表接口增加仓位货架字段
This commit is contained in:
@@ -50,6 +50,8 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
|
||||
private BigDecimal weight;
|
||||
|
||||
private String position;
|
||||
|
||||
private String imgName;
|
||||
|
||||
public Long getMId() {
|
||||
@@ -236,6 +238,14 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
this.weight = weight;
|
||||
}
|
||||
|
||||
public String getPosition() {
|
||||
return position;
|
||||
}
|
||||
|
||||
public void setPosition(String position) {
|
||||
this.position = position;
|
||||
}
|
||||
|
||||
public String getImgName() {
|
||||
return imgName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user