FlowControlProxyArg.cs 222 B

1234567891011
  1. namespace SHJX.Service.Model.XmlModules
  2. {
  3. public class FlowControlProxyArg
  4. {
  5. public string Name { get; set; }
  6. public string Flow { get; set; }
  7. public string Proxy { get; set; }
  8. }
  9. }