1
HuBingJie
2025-12-25 5ea48455463691678b806badbee198699a878b5a
项目代码/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);
    }
}