using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace WebApplet.Models
{
public class Sample
{
///
/// 设备编号
///
public string macId { get; set; }
///
/// 机台编号
///
public string macNumber { get; set; }
///
/// 机种名称
///
public string materialNo { get; set; }
///
/// 量测时间
///
public string sTime { get; set; }
///
/// X
///
public string xOffset { get; set; }
///
/// Y
///
public string yOffset { get; set; }
///
/// T
///
public string tOffset { get; set; }
/* ///
/// MDP
///
public string MDP { get; set; }
///
/// 园区
///
public string Factory { get; set; }
///
/// 厂房
///
public string Plant { get; set; }
///
/// 楼层
///
public string Floor { get; set; }
///
/// 工序
///
public string PCode { get; set; }*/
///
/// 工号
///
public string userId { get; set; }
}
}