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

cn.wizzer.app.wx.modules.services.impl.WxReplyTxtServiceImpl 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.framework.base.service.BaseServiceImpl;
import cn.wizzer.app.wx.modules.models.Wx_reply_txt;
import cn.wizzer.app.wx.modules.services.WxReplyTxtService;
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=WxReplyTxtService.class)
public class WxReplyTxtServiceImpl extends BaseServiceImpl implements WxReplyTxtService {
    public WxReplyTxtServiceImpl(Dao dao) {
        super(dao);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy