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

org.yes.tools.pay.service.impl.BasePayServiceImpl Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package org.yes.tools.pay.service.impl;

import org.yes.tools.pay.redis.RedisOps;

public class BasePayServiceImpl extends BaseServiceImpl {
    public BasePayServiceImpl(RedisOps redisOps, String keyPrefix) {
        super(redisOps, keyPrefix);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy