1
yangpeixing
2025-11-25 5bbb8e206ae8328a5e1233eb43ed4ecb2a02a98e
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicRepository/Location/ILocationStatusChangeRecordRepository.cs
@@ -11,6 +11,9 @@
    /// <returns></returns>
    bool AddStatusChangeRecord(LocationChangeRecordDto changeRecordDto);
    bool AddStatusChangeRecord(List<LocationChangeRecordDto> changeRecordDto);
    void AddLocationStatusChangeRecord(DtLocationInfo locationInfo, int lastStatus, int changeType, int? taskNum);
    void AddLocationStatusChangeRecord(List<DtLocationInfo> locationInfos, int newStatus, int changeType, List<int>? taskNums);