From 1014402be25cd1f48d6efab06e51a77f073578d4 Mon Sep 17 00:00:00 2001 From: verou <857149855@qq.com> Date: 星期二, 25 三月 2025 15:09:51 +0800 Subject: [PATCH] 11 --- rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java | 12 +++++++++++- 1 files changed, 11 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 acb2845..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; /** @@ -196,4 +202,8 @@ } } + public String getLabel(){ + return this.name; + } + } -- Gitblit v1.9.1