namespace SHJX.Service.Model.WorkFlowModules { public class WorkFlowStepArg { public string StepName { get; set; } public string Point { get; set; } } }