OpenAuth.Net/OpenAuth.App/FlowInstance/Request/QueryFlowInstanceHistoryReq.cs

12 lines
233 B
C#
Raw Normal View History

namespace OpenAuth.App.Request
{
public class QueryFlowInstanceHistoryReq : PageReq
{
/// <summary>
/// 流程实体名称
/// </summary>
public string FlowInstanceId { get; set; }
}
}