Esempio n. 1
0
        public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO> GetCommodityChangeExport(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO Search)
        {
            //定义返回值
            System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO> result;

            try
            {
                //调用代理方法
                result = base.Channel.GetCommodityChangeExport(Search);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Esempio n. 2
0
        public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO> > GetCommodityChangeList(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO Search, int pageIndex, int pageSize)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO> > result;

            try
            {
                //调用代理方法
                result = base.Channel.GetCommodityChangeList(Search, pageIndex, pageSize);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Esempio n. 3
0
 /// <summary>
 /// 获取商品变更表信息列表
 /// </summary>
 /// <param name="Search"></param>
 /// <param name="pageIndex"></param>
 /// <param name="pageSize"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO> > GetCommodityChangeList(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO Search, int pageIndex, int pageSize)
 {
     base.Do(false);
     return(this.GetCommodityChangeListExt(Search, pageIndex, pageSize));
 }
Esempio n. 4
0
 /// <summary>
 /// 导出商品信息变更信息
 /// </summary>
 /// <param name="Search"></param>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO> GetCommodityChangeExport(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO Search)
 {
     base.Do(false);
     return(this.GetCommodityChangeExportExt(Search));
 }
Esempio n. 5
0
 /// <summary>
 /// 获取统计数据
 /// </summary>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.totalNum> GetTotalList(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityChangeDTO Search)
 {
     base.Do();
     return(this.Command.GetTotalList(Search));
 }