Commit 9c27f2c7 by 徐光兴

小票模板中增加单位显示

parent e5180220
......@@ -2663,6 +2663,7 @@ public class OrderAdapter {
productBean1.setProductOtherInfo(extraName);
productBean1.setParentType(productBean.getProductType());
productBean1.setSonProducts(new ArrayList<>());
productBean1.setUnit(productBean.getUnit());
return productBean1;
}
......
......@@ -130,6 +130,8 @@ public class OrderPrintDto {
private List<ProductsBean> sonProducts;
//加料商品的加料
private List<ProductsBean> materialProducts;
// 商品单位
private String unit;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment