@@ -0,0 +1,7 @@
|
||||
package com.cloudhandson.vpdbackoffice.domain.setting;
|
||||
|
||||
public record BackofficeSetting(
|
||||
String settingKey,
|
||||
String settingValue
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user