update使用最新版Furion改动

删除FakeDelete相关内容
SkipScan改名为SuppressSniffer
This commit is contained in:
2021-07-12 17:20:50 +08:00
parent fb4d3409b1
commit 0fdda8fabc
12 changed files with 62 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ namespace Ewide.Core.Service
/// <summary>
/// 登录输入参数
/// </summary>
[SkipScan]
[SuppressSniffer]
public class LoginInput
{
/// <summary>
@@ -25,7 +25,7 @@ namespace Ewide.Core.Service
public virtual string Password { get; set; }
}
[SkipScan]
[SuppressSniffer]
public class LoginPassInput : LoginInput
{
/// <summary>

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace Ewide.Core.Service
{
[SkipScan]
[SuppressSniffer]
public class LoginOutput
{
public bool Passed { get; set; }
@@ -16,7 +16,7 @@ namespace Ewide.Core.Service
/// <summary>
/// 用户登录输出参数
/// </summary>
[SkipScan]
[SuppressSniffer]
public class LoginUserOutput
{
/// <summary>