huangxiaoqiang
2025-08-27 5a8b16b77cbbbe8137603ba9381f81f95f58135f
项目代码/WMS/WMSServices/WIDESEA_IRecordService/IStockQuantityChangeRecordService.cs
@@ -15,8 +15,8 @@
    {
        IStockQuantityChangeRecordRepository Repository { get; }
        void AddStockChangeRecord(Dt_StockInfo stockInfo, List<Dt_StockInfoDetail> stockInfoDetails, float beforeQuantity, float totalQuantity, StockChangeTypeEnum changeType, int? taskNum = null);
        void AddStockChangeRecord(Dt_StockInfo stockInfo,float beforeQuantity, float totalQuantity, StockChangeTypeEnum changeType, int? taskNum = null);
        void AddStockChangeRecord(Dt_StockInfo stockInfo, List<Dt_StockInfoDetail> residueDetailList, List<Dt_StockInfoDetail> updateDetails, List<Dt_StockInfoDetail> deleteDetails, StockChangeTypeEnum changeType, int? taskNum = null);
        void AddStockChangeRecord(Dt_StockInfo stockInfo,StockChangeTypeEnum changeType, int? taskNum = null);
    }
}