物料编码修改

This commit is contained in:
yf001217 2026-03-26 16:39:48 +08:00
parent ddcb885f60
commit e77912c3c1
1 changed files with 2 additions and 2 deletions

View File

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