refactor(dto): 更新ZWM3A25ItemDTO中的字段命名规范
- 将ebelpNew字段重命名为ebelp_new以符合命名约定
This commit is contained in:
parent
cc9ca92cfc
commit
74f351b572
|
|
@ -30,7 +30,8 @@ public class ZWM3A25ItemDTO {
|
|||
/**
|
||||
* 新单行号
|
||||
*/
|
||||
private String ebelpNew;
|
||||
private String ebelp_new;
|
||||
|
||||
/**
|
||||
* 物料号
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue