1
dengjunjie
2025-03-11 94b11f93e7985e8ca499465af228f78301fd6e86
项目代码/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);
    }
}