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