Exemplo n.º 1
0
 public List <Jinher.AMP.BTP.Deploy.CustomDTO.RefundOrderListDTO> GetRefundList(Jinher.AMP.BTP.Deploy.CustomDTO.OrderQueryParamDTO oqpDTO)
 {
     base.Do();
     return(this.Command.GetRefundList(oqpDTO));
 }
Exemplo n.º 2
0
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO UpdateOrderServiceTime(Jinher.AMP.BTP.Deploy.CustomDTO.OrderQueryParamDTO search)
 {
     base.Do();
     return(this.Command.UpdateOrderServiceTime(search));
 }
Exemplo n.º 3
0
 public List <Jinher.AMP.BTP.Deploy.CustomDTO.OrderListCDTO> GetCustomCommodityOrderByUserIDNew(Jinher.AMP.BTP.Deploy.CustomDTO.OrderQueryParamDTO oqpDTO)
 {
     base.Do();
     return(this.Command.GetCustomCommodityOrderByUserIDNew(oqpDTO));
 }
Exemplo n.º 4
0
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <Jinher.AMP.BTP.Deploy.CustomDTO.OrderCheckDTO> GetOrderCheckInfo(Jinher.AMP.BTP.Deploy.CustomDTO.OrderQueryParamDTO search)
 {
     base.Do();
     return(this.Command.GetOrderCheckInfo(search));
 }
Exemplo n.º 5
0
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.OrderListCDTO> GetCommodityOrderByUserIDNew(Jinher.AMP.BTP.Deploy.CustomDTO.OrderQueryParamDTO oqpDTO)
 {
     base.Do();
     return(this.Command.GetCommodityOrderByUserIDNew(oqpDTO));
 }