1、生成预任务执行调用Wcs生成任务链接口
2、Common新增ConfigurationExtenstions扩展类
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Configs
|
||||
{
|
||||
public class AgvRequestConfig
|
||||
{
|
||||
public AgvRequestConfiguration AgvRequestUrls { get; set; }
|
||||
}
|
||||
|
||||
public class AgvRequestConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// 创建任务链url请求地址
|
||||
/// </summary>
|
||||
public string CreateTaskChainUrl { get; set; }
|
||||
/// <summary>
|
||||
/// 取消任务链url请求地址
|
||||
/// </summary>
|
||||
public string CancelTaskChainUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user