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

cn.wizzer.app.wx.modules.services.impl.WxConfigServiceImpl Maven / Gradle / Ivy

There is a newer version: 5.2.8-zookeeper
Show newest version
package cn.wizzer.app.wx.modules.services.impl;

import cn.wizzer.app.wx.modules.models.Wx_config;
import cn.wizzer.app.wx.modules.services.WxConfigService;
import cn.wizzer.framework.base.service.BaseServiceImpl;
import com.alibaba.dubbo.config.annotation.Service;
import org.nutz.dao.Dao;
import org.nutz.ioc.loader.annotation.IocBean;

@IocBean(args = {"refer:dao"})
@Service(interfaceClass=WxConfigService.class)
public class WxConfigServiceImpl extends BaseServiceImpl implements WxConfigService {
    public WxConfigServiceImpl(Dao dao) {
        super(dao);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy