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