dengjunjie
2025-02-11 41a5531dc31a642623f0a7a766fbe9c256ba9247
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/ILocationStatusChangeRecordSetvice.cs
@@ -16,5 +16,7 @@
        void AddLocationStatusChangeRecord(Dt_LocationInfo locationInfo, int lastStatus, int changeType, string orderNo, int? taskNum);
        void AddLocationStatusChangeRecord(List<Dt_LocationInfo> locationInfos, int newStatus, int changeType, string? orderNo, List<int>? taskNums);
        List<Dt_LocationStatusChangeRecord> Get_LocationStatusChangeRecord(int id);
    }
}