mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 02:44:44 +08:00
可以正常发起一个流程
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
/// </summary>
|
||||
/// <value>The set information.</value>
|
||||
public Setinfo setInfo { get; set; }
|
||||
|
||||
public FlowNode()
|
||||
{
|
||||
setInfo = new Setinfo();
|
||||
}
|
||||
}
|
||||
|
||||
public class Setinfo
|
||||
@@ -28,6 +33,11 @@
|
||||
public Nodedesignatedata NodeDesignateData { get; set; }
|
||||
public string NodeCode { get; set; }
|
||||
public string NodeName { get; set; }
|
||||
|
||||
public Setinfo()
|
||||
{
|
||||
NodeDesignateData = new Nodedesignatedata();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user