修改BOM查询逻辑联查name和code
This commit is contained in:
@@ -56,5 +56,22 @@ public class WmsProductBomVo {
|
||||
@ExcelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 产品名称
|
||||
*/
|
||||
private String productName;
|
||||
/**
|
||||
* 产品编码
|
||||
*/
|
||||
private String productCode;
|
||||
/**
|
||||
* 原材料名称
|
||||
*/
|
||||
private String rawMaterialName;
|
||||
/**
|
||||
* 原材料编码
|
||||
*/
|
||||
private String rawMaterialCode;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user