|
|
|
|
@ -26,7 +26,7 @@ using System.Threading.Tasks;
|
|
|
|
|
* 版本:V1.0.0
|
|
|
|
|
*--------------------------------------------------------------------*/
|
|
|
|
|
#endregion << 版 本 注 释 >>
|
|
|
|
|
namespace Sln.Wcs.Api.Domain.Model
|
|
|
|
|
namespace Sln.Wcs.Api.Domain.Model.genAgvSchedulingTask
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 生成任务单返回实体
|
|
|
|
|
@ -36,21 +36,21 @@ namespace Sln.Wcs.Api.Domain.Model
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 返回码
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string code { get;set; }
|
|
|
|
|
public string code { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 返回消息
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string message { get;set; }
|
|
|
|
|
public string message { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 请求编号
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string reqCode { get;set; }
|
|
|
|
|
public string reqCode { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 自定义返回(返回任务单号)
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string data { get;set; }
|
|
|
|
|
public string data { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|