using Entity.Sugar;

namespace Entity.ViewModels
{
    public class View_EIP_CheckFlow : OTB_EIP_CheckFlow
    {
        public string Handle_PersonName { get; set; }
        public string Flow_TypeName { get; set; }
    }
}