新增加系统表导出功能
This commit is contained in:
@@ -10,6 +10,7 @@ namespace ZR.Service.System.IService
|
||||
/// </summary>
|
||||
public interface ISysDictService
|
||||
{
|
||||
public List<SysDictType> GetAll();
|
||||
public List<SysDictType> SelectDictTypeList(SysDictType dictType, Model.PagerInfo pager);
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -7,7 +7,7 @@ using ZR.Model.System;
|
||||
|
||||
namespace ZR.Service.System.IService
|
||||
{
|
||||
public interface ISysLoginService
|
||||
public interface ISysLoginService: IBaseService<SysLogininfor>
|
||||
{
|
||||
public SysUser Login(LoginBodyDto loginBody, SysLogininfor logininfor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user