首检添加数据看板
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using ZR.Model;
|
||||
using ZR.Model.System.Dto;
|
||||
using ZR.Model;
|
||||
using ZR.Model.System;
|
||||
using ZR.Model.System.Dto;
|
||||
|
||||
namespace ZR.Service.System.IService
|
||||
{
|
||||
public interface ISysLoginService: IBaseService<SysLogininfor>
|
||||
public interface ISysLoginService : IBaseService<SysLogininfor>
|
||||
{
|
||||
/// <summary>
|
||||
/// 登录
|
||||
|
||||
Reference in New Issue
Block a user