1
huanghongfeng
2 天以前 279077bf41bc726b474ca5d76cd2b8393d41d867
项目代码/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);
    }
}