[Developer] #424 add editable ORDS settings

Refs #424
This commit is contained in:
devmrko
2026-06-23 11:59:58 +09:00
parent 7d3bc02123
commit 923daa2a56
12 changed files with 201 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
package com.cloudhandson.vpdbackoffice.domain.setting;
public record BackofficeSetting(
String settingKey,
String settingValue
) {
}