using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_TaskInfoService
{
///
/// 任务完成回传MES实体类
///
public class MESSendCMD
{
///
/// 任务类型
///
public int cmd { get; set; }
///
/// 列
///
public int task_id { get; set; }
public int status { get; set; }
}
}