项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IRecordService/ILocationStatusChangeRecordService.cs
@@ -14,5 +14,7 @@ public interface ILocationStatusChangeRecordService : IService<Dt_LocationStatusChangeRecord> { IRepository<Dt_LocationStatusChangeRecord> Repository { get; } void AddLocationStatusChangeRecord(Dt_LocationInfo locationInfo, int lastStatus, int changeType, string orderNo, int? taskNum); } }