mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-13 13:20:23 +00:00
fix: 系统参数编辑和查询问题
This commit is contained in:
@@ -24,7 +24,7 @@ public class SystemParameterResult {
|
|||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "参数键名")
|
@Schema(description = "参数键名")
|
||||||
private String getParamKey;
|
private String paramKey;
|
||||||
|
|
||||||
@Schema(description = "参数值")
|
@Schema(description = "参数值")
|
||||||
private String value;
|
private String value;
|
||||||
|
Reference in New Issue
Block a user