chore: 初始化平芝126KV总装线 WebApi
This commit is contained in:
33
WebApi/Models/AGV_To_MES_AgvArrive_Req.cs
Normal file
33
WebApi/Models/AGV_To_MES_AgvArrive_Req.cs
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace WebApi.Models
|
||||
{
|
||||
public class AGV_To_MES_AgvArrive_Req
|
||||
{
|
||||
/// <summary>
|
||||
/// 任务号 唯一ID
|
||||
/// </summary>
|
||||
public string taskId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 工位号
|
||||
/// </summary>
|
||||
public string station
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// AGV编号
|
||||
/// </summary>
|
||||
public int agvNum
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user