WorkFlowStepArg.cs 184 B

12345678
  1. namespace SHJX.Service.Model.WorkFlowModules
  2. {
  3. public class WorkFlowStepArg
  4. {
  5. public string StepName { get; set; }
  6. public string Point { get; set; }
  7. }
  8. }