From d88eed4d6928efd2a974a26b49121ed0e3098e43 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期日, 27 四月 2025 07:20:07 +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