All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gitee.target123.develop.pay.wx.WxPayMap Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.gitee.target123.develop.pay.wx;

import java.util.HashMap;
import java.util.Map;

public class WxPayMap {

    private Map map = new HashMap<>();

    public Map getMap() {
        return map;
    }

    public void setMap(Map map) {
        this.map = map;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy