using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EMIS.ViewModel.SystemView { public class BaseProcessRelationView { public Guid FormID { get; set; } public string InstanceID { get; set; } } }