using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEA_Common.MES.Request
{
//public class lockInfo
//{
// ///
// /// 唯一标识
// ///
// public string unionKey {get;set;}
// ///
// /// 工厂
// ///
// public string plantCode { get;set;}
// ///
// /// 工位号
// ///
// public string stationCode { get;set;}
// ///
// /// pvi
// ///
// public string pvi { get;set;}
// ///
// /// 车间
// ///
// public string workshopCode { get;set;}
// ///
// /// 工单号(焊装工单号/涂装工单号)
// ///
// public string workOrderNo { get;set;}
// ///
// /// 工单类型 (焊装工单类型/涂装工单类型)
// ///
// public string workOrderType { get;set;}
// ///
// /// 同步时间
// ///
// public string messageTime { get;set;}
//}
}