mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
可以处理流程
This commit is contained in:
21
OpenAuth.App/Request/VerificationReq.cs
Normal file
21
OpenAuth.App/Request/VerificationReq.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
public class VerificationReq
|
||||
{
|
||||
public string FlowInstanceId { get; set; }
|
||||
/// <summary>
|
||||
/// 1:同意;2:不同意;3:驳回
|
||||
/// </summary>
|
||||
public string VerificationFinally { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 审核意见
|
||||
/// </summary>
|
||||
public string VerificationOpinion { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 驳回的步骤
|
||||
/// </summary>
|
||||
public string NodeRejectStep { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user