| | |
| | | /// <returns></returns> |
| | | EC_OrderBasic GetOrderById(int orderId); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 根据订单编号获取订单 |
| | | /// </summary> |
| | | /// <param name="orderIds">订单编号</param> |
| | | /// <returns></returns> |
| | | IEnumerable<EC_OrderBasic> GetOrderByIds(string orderIds); |
| | | |
| | | /// <summary> |
| | | /// 订单退款 |
| | | /// </summary> |
| | |
| | | |
| | | bool OldUpdateKaipiaoshenqing(EC_OrderExtend model); |
| | | |
| | | bool OldUpdateKaipiaoshenqings(EC_OrderExtend model, string ids); |
| | | |
| | | bool OldUpdateKaipiaoqueren(EC_OrderExtend model); |
| | | |
| | | bool OldUpdateQuchudingdan(EC_OrderExtend model); |
| | |
| | | |
| | | |
| | | IEnumerable<OA_DeliverPlan> GetxiaoshouyejiList(Infrastructure.Query.Pagination pagination, Guid FirmId, string BusinessManagerId, string chaxuntime); |
| | | |
| | | IEnumerable<OA_DeliverPlan> GetyewurenportList(Infrastructure.Query.Pagination pagination, Guid FirmId, string BusinessManagerId, string chaxuntimestart, string chaxuntimeend); |
| | | } |
| | | } |