refactor(dto): 更新ZWM3A25ItemDTO中的字段命名规范

- 将ebelpNew字段重命名为ebelp_new以符合命名约定
This commit is contained in:
曹鹏飞 2026-03-30 11:29:42 +08:00
parent cc9ca92cfc
commit 74f351b572
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ public class ZWM3A25ItemDTO {
/**
* 新单行号
*/
private String ebelpNew;
private String ebelp_new;
/**
* 物料号
*/