namespace SHJX.Service.Model.XmlModules { public class FlowControlProxyArg { public string Name { get; set; } public string Flow { get; set; } public string Proxy { get; set; } } }