This commit is contained in:
张良(004796)
2024-04-03 18:23:43 +08:00
parent 78b237da35
commit f36d8a3323
3 changed files with 43 additions and 4 deletions

View File

@@ -11,4 +11,5 @@ public class SystemConfigResponse implements Serializable {
private String key;
private String desc;
private String value;
private String inputType;
}