Merge remote-tracking branch '惠信/develop' into develop

This commit is contained in:
曹鹏飞 2026-03-26 18:03:02 +08:00
commit 1f7f54f5e6
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ public class DeliveryExportDTO {
private String soNo;
/**
* 设备料号
* 物料编码
*/
@ExcelColumn("设备料号")
@ExcelColumn("物料编码")
private String materialNo;
/**