package com.zhengmeng.ocrplatform.settings;

public record AppSettingValueUpdate(
        String key,
        String value
) {
}
