给单据明细增加重量字段的展示
This commit is contained in:
@@ -48,6 +48,8 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
|
||||
private String barCode;
|
||||
|
||||
private BigDecimal weight;
|
||||
|
||||
public Long getMId() {
|
||||
return MId;
|
||||
}
|
||||
@@ -223,4 +225,12 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
public void setBarCode(String barCode) {
|
||||
this.barCode = barCode;
|
||||
}
|
||||
|
||||
public BigDecimal getWeight() {
|
||||
return weight;
|
||||
}
|
||||
|
||||
public void setWeight(BigDecimal weight) {
|
||||
this.weight = weight;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user