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

net.mingsoft.mweixin.dao.IMenuDao Maven / Gradle / Ivy

There is a newer version: 2.1.19
Show newest version
package net.mingsoft.mweixin.dao;

import org.springframework.stereotype.Component;

import net.mingsoft.base.dao.IBaseDao;

/**
 * 微信菜单持久层
 * @author 铭飞
 * @version 
 * 版本号:100
* 创建日期:2017-12-22 9:43:04
* 历史修订:
*/ @Component("netMenuDao") public interface IMenuDao extends IBaseDao { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy