/***********************************************************************
|
* Project: baifenBinfa
|
* ProjectName: 百分兵法管理系统
|
* Web: http://chuanyin.com
|
* Author:
|
* Email:
|
* CreateTime: 2021/7/28 20:42:38
|
* Description: 暂无
|
***********************************************************************/
|
|
using CoreCms.Net.Model.Entities;
|
|
namespace CoreCms.Net.IRepository
|
{
|
/// <summary>
|
/// 微信授权交互 工厂接口
|
/// </summary>
|
public interface IWeChatAccessTokenRepository : IBaseRepository<WeChatAccessToken>
|
{
|
}
|
}
|