Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.Interface/IServiceTemplate/IDictionaryService.cs
陈淳 e4da8d4f15 对接ruoyi接口
用户、角色、菜单查询部分
2022-09-06 19:32:32 +08:00

10 lines
198 B
C#

using Yi.Framework.Model.Models;
using Yi.Framework.Repository;
namespace Yi.Framework.Interface
{
public partial interface IDictionaryService:IBaseService<DictionaryEntity>
{
}
}