This commit is contained in:
2025-07-12 18:52:08 +08:00
parent 52f4d6e3c4
commit 995a8f115a
9 changed files with 80 additions and 83 deletions

View File

@@ -14,6 +14,11 @@ namespace MyCode.Project.Services
/// <param name="trades"></param>
void SetWMSOrder(List<WMStoJackyunInventoryMovementView1> trades);
List<WMStoJackyunInventoryMovementView1> GetList(DateTime now);
List<WMStoJackyunInventoryMovementView1> GetList(object now);
/// <summary>
/// 添加抓单的调度
/// </summary>
void AddTask();
}
}