public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO SynchronizeJDServiceState(Jinher.AMP.BTP.Deploy.CustomDTO.SynchronizeJDServiceStateDTO arg) { //定义返回值 Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO result; try { //调用代理方法 result = base.Channel.SynchronizeJDServiceState(arg); } catch { //抛异常 throw; } finally { //关链接 ChannelClose(); } //返回结果 return(result); }
/// <summary> /// 进销存-同步京东服务单状态 /// </summary> /// <param name="arg"></param> /// <returns></returns> public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO SynchronizeJDServiceState(Jinher.AMP.BTP.Deploy.CustomDTO.SynchronizeJDServiceStateDTO arg) { base.Do(); return(this.SynchronizeJDServiceStateExt(arg)); }