文件名从 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/InboundOrderDetailService.cs 修改 |
| | |
| | | |
| | | namespace WIDESEA_InboundService |
| | | { |
| | | public class InboundOrderDetailService : ServiceBase<Dt_InboundOrderDetail, IInboundOrderDetailRepository>, IInboundOrderDetailService |
| | | public partial class InboundOrderDetailService : ServiceBase<Dt_InboundOrderDetail, IInboundOrderDetailRepository>, IInboundOrderDetailService |
| | | { |
| | | public IInboundOrderDetailRepository Repository => BaseDal; |
| | | |
| | | public InboundOrderDetailService(IInboundOrderDetailRepository BaseDal) : base(BaseDal) |
| | | { |
| | | } |
| | | |
| | | public List<Dt_InboundOrderDetail> UpdateReceiptQuantity(List<Dt_InboundOrderDetail> inboundOrderDetails, decimal receiptQuantity) |
| | | { |
| | |
| | | } |
| | | return (updateOrderDetails); |
| | | } |
| | | |
| | | |
| | | |
| | | public void UpdateOverInQuantity(List<Dt_InboundOrderDetail> inboundOrderDetails, decimal overInQuantity) |
| | | { |