コード例 #1
0
ファイル: JdEclpOrderBP.cs プロジェクト: GSIL-Monitor/BTP
 /// <summary>
 /// 进销存-京东服务单日志
 /// </summary>
 /// <param name="searcharg"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.JDEclpOrderRefundAfterSalesJournalDTO> > GetJDEclpOrderRefundAfterSalesJournalList(Jinher.AMP.BTP.Deploy.CustomDTO.JourneyDTO searcharg)
 {
     base.Do(false);
     return(this.GetJDEclpOrderRefundAfterSalesJournalListExt(searcharg));
 }
コード例 #2
0
ファイル: JdEclpOrderAgent.cs プロジェクト: GSIL-Monitor/BTP
        public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.JDEclpOrderRefundAfterSalesJournalDTO> > GetJDEclpOrderRefundAfterSalesJournalList(Jinher.AMP.BTP.Deploy.CustomDTO.JourneyDTO searcharg)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.JDEclpOrderRefundAfterSalesJournalDTO> > result;

            try
            {
                //调用代理方法
                result = base.Channel.GetJDEclpOrderRefundAfterSalesJournalList(searcharg);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
コード例 #3
0
ファイル: JdEclpOrderBP.cs プロジェクト: GSIL-Monitor/BTP
 /// <summary>
 /// 进销存-京东商品库存同步日志
 /// </summary>
 /// <param name="arg"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.JDStockJournalDTO> > GetJDStockJourneyList(Jinher.AMP.BTP.Deploy.CustomDTO.JourneyDTO searcharg)
 {
     base.Do(false);
     return(this.GetJDStockJourneyListExt(searcharg));
 }
コード例 #4
0
 /// <summary>
 /// 进销存-京东订单日志
 /// </summary>
 /// <param name="searcharg"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.JdEclp.JDEclpJourneyExtendDTO> > GetJDEclpOrderJournalList(Jinher.AMP.BTP.Deploy.CustomDTO.JourneyDTO searcharg)
 {
     base.Do();
     return(this.Command.GetJDEclpOrderJournalList(searcharg));
 }