package com.ruoyi.app.omgpay; import java.util.Map; public record OmgPaymentForm(String gatewayUrl, Map<String, String> fields) { }