chore: initial commit
This commit is contained in:
37
Interface_WebAPI/SlMesDbIterface/MOM_Upload/DeviceStatus.cs
Normal file
37
Interface_WebAPI/SlMesDbIterface/MOM_Upload/DeviceStatus.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MisDataSaveDate.MOM
|
||||
{
|
||||
/// <summary>
|
||||
/// 缓存位置查询
|
||||
/// </summary>
|
||||
|
||||
public class DeviceStatus
|
||||
{
|
||||
/// <summary>
|
||||
/// 请求编号
|
||||
/// </summary>
|
||||
public string MsgId { get; set; } = "";
|
||||
/// <summary>
|
||||
/// 请求方标识
|
||||
/// </summary>
|
||||
public string MsgSource { get; set; } = "";
|
||||
/// <summary>
|
||||
/// 工位号
|
||||
/// </summary>
|
||||
public string OPNo { get; set; } = "";
|
||||
/// <summary>
|
||||
/// 当前状态
|
||||
/// </summary>
|
||||
public int StatusCode { get; set; } = 0;
|
||||
/// <summary>
|
||||
/// 采集时间
|
||||
/// </summary>
|
||||
public string StatusTime { get; set; } = "";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user