修改bug关于item_id
This commit is contained in:
@@ -48,6 +48,11 @@ public class WmsBomItemVo {
|
||||
*/
|
||||
@ExcelProperty(value = "BOM ID")
|
||||
private Long bomId;
|
||||
/**
|
||||
* BOM 明细ID
|
||||
*/
|
||||
@ExcelProperty(value = "BOM 明细ID")
|
||||
private Long itemId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user