Beispiel #1
0
        public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO SetCommoditySettleAmount(Jinher.AMP.BTP.Deploy.CustomDTO.CommoditySettleAmountInputDTO input)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO result;

            try
            {
                //调用代理方法
                result = base.Channel.SetCommoditySettleAmount(input);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
 /// <summary>
 /// 设置商品的结算价
 /// </summary>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO SetCommoditySettleAmount(Jinher.AMP.BTP.Deploy.CustomDTO.CommoditySettleAmountInputDTO input)
 {
     base.Do();
     return(this.Command.SetCommoditySettleAmount(input));
 }