修改BOM查询逻辑联查name和code

This commit is contained in:
2025-07-19 17:21:33 +08:00
parent 245bc4973b
commit e05a0476b2
4 changed files with 39 additions and 1 deletions

View File

@@ -56,5 +56,22 @@ public class WmsProductBomVo {
@ExcelProperty(value = "备注")
private String remark;
/**
* 产品名称
*/
private String productName;
/**
* 产品编码
*/
private String productCode;
/**
* 原材料名称
*/
private String rawMaterialName;
/**
* 原材料编码
*/
private String rawMaterialCode;
}