fix: 系统参数编辑和查询问题

This commit is contained in:
DaxPay
2025-02-06 13:52:45 +08:00
parent 15b369de19
commit 3a1605d648

View File

@@ -24,7 +24,7 @@ public class SystemParameterResult {
private String name;
@Schema(description = "参数键名")
private String getParamKey;
private String paramKey;
@Schema(description = "参数值")
private String value;