From 84fdac3d7913461c8f1e6d6ec5f22a11b395f922 Mon Sep 17 00:00:00 2001 From: DESKTOP-LMJ82IJ\Eno <creaycat@gmail.com> Date: 星期四, 10 四月 2025 19:37:37 +0800 Subject: [PATCH] #新增 确认收货修改 --- rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java index 30f8dad..ee49c83 100644 --- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java +++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java @@ -41,9 +41,15 @@ private String name; /** + * 鍒嗙粍缂栫爜 + */ + @ApiModelProperty("涓婄骇鍒嗙粍缂栫爜") + private String parCode; + + /** * 鐗╂枡缂栫爜 */ - @ApiModelProperty(value= "鐗╂枡缂栫爜") + @ApiModelProperty(value= "鍒嗙粍缂栫爜") private String code; /** -- Gitblit v1.9.1