using Edu.Model.Entity.Flow;
using System;
using System.Collections.Generic;
using System.Text;

namespace Edu.Model.ViewModel.Flow
{
    /// <summary>
    /// 流程设置表视图实体类【退课相关】
    /// </summary>
    public class RB_Flow_ViewModel : RB_Flow
    {
        /// <summary>
        /// 流程节点列表
        /// </summary>
        public List<RB_Flow_Node_ViewModel> FlowNodeList { get; set; }
    }
}