联查name和code

This commit is contained in:
2025-07-21 10:45:55 +08:00
parent b23808d23c
commit 887e273528
8 changed files with 51 additions and 3 deletions

View File

@@ -56,5 +56,16 @@ public class WmsOrderDetailVo {
@ExcelProperty(value = "备注")
private String remark;
/**
* 产品名称
*/
@ExcelProperty(value = "产品名称")
private String productName;
/**
* 产品编码
*/
@ExcelProperty(value = "产品编码")
private String productCode;
}