SGGL_SHJ/SGGL/Model/APIItem/HSSE/NextFlowOperateItem.cs

20 lines
335 B
C#

using System.Collections.Generic;
namespace Model
{
/// <summary>
/// 信息项
/// </summary>
public class NextFlowOperateItem
{
/// <summary>
/// ID
/// </summary>
public List<Model.FlowOperateItem> FlowOperateList
{
get;
set;
}
}
}