成品调拨入库传erp调整,电梯到出货缓存区取消逻辑调整

This commit is contained in:
2024-08-29 00:07:36 +08:00
parent 1fa757eefa
commit 3415354990
4 changed files with 67 additions and 29 deletions

View File

@@ -15,5 +15,9 @@
/// 取消任务链url请求地址
/// </summary>
public string CancelTaskChainUrl { get; set; }
/// <summary>
/// 三四号梯关门前请求WCS地址
/// </summary>
public string thirdFloorUrl { get; set; }
}
}