using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EMIS.ViewModel.SystemView { public class WorkflowPermissionView { public bool IsCanApprove { get; set; } public Guid FormID { get; set; } } }