using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JY.MES.Entity { public class Surface1 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface2 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface3 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface4 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface5 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface6 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface7 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface8 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface9 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface10 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface11 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface12 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface13 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Surface14 { /// /// 检测面1设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class Other { /// /// 其他设备 /// public string device { get; set; } /// /// /// public string checkResult { get; set; } } public class DataItem { #region 原来 /// /// 进站时间 /// public string inStation { get; set; } /// /// 出站时间 /// public string outStation { get; set; } /// /// 外观检测 /// public string deviceNo { get; set; } /// /// 电芯条码 /// public string cellBarCode { get; set; } /// /// 检测面1结果 /// public Surface1 surface1 { get; set; } /// /// 检测面2结果 /// public Surface2 surface2 { get; set; } /// /// /// public Surface3 surface3 { get; set; } /// /// /// public Surface4 surface4 { get; set; } /// /// /// public Surface5 surface5 { get; set; } /// /// /// public Surface6 surface6 { get; set; } /// /// /// public Surface7 surface7 { get; set; } /// /// /// public Surface8 surface8 { get; set; } /// /// /// public Surface9 surface9 { get; set; } /// /// /// public Surface10 surface10 { get; set; } /// /// /// public Surface11 surface11 { get; set; } /// /// /// public Surface12 surface12 { get; set; } /// /// /// public Surface13 surface13 { get; set; } /// /// /// public Surface14 surface14 { get; set; } /// /// /// public Other other { get; set; } /// /// 电芯状态 正常:100 异常:231 /// public int cellState { get; set; } /// /// 错误编码 /// public string errorCode { get; set; } /// /// 备注 /// public string remark { get; set; } /// /// 是否复测 1复测 0是正常 /// public int retest { get; set; } /// /// 班次 /// public string workShift { get; set; } ///// ///// 工序编码 ///// //public string processCode { get; set; } #endregion /// /// 系统编号 /// public string systemCode { get; set; } /// /// 产线编号 /// public string houseCode { get; set; } /// /// 条码 /// public string skuCode { get; set; } /// /// 设备号 /// public string deviceCode { get; set; } /// /// 工序号 /// public string processCode { get; set; } /// /// 电芯结果 /// public string testResult { get; set; } /// /// ng代码 /// public string ngCode { get; set; } /// /// 工序数据集 /// public string processData { get; set; } /// /// 进站时间 /// public string inTime { get; set; } /// /// 出站时间 /// public string outTime { get; set; } /// /// 参数判定结果 /// public string cspdjg { get; set; } /// /// 测试时间 /// public string cssj { get; set; } /// /// 测试批次 /// public string cspc { get; set; } /// /// 测试结果 /// public string csjg { get; set; } /// /// 复测标记 /// public string fcbj { get; set; } /// /// 复测次数 /// public string fccs { get; set; } /// /// 复测时间 /// public string fcsj { get; set; } /// /// 复测原因 /// public string fcyy { get; set; } /// /// NG原因 /// public string ngyy { get; set; } /// /// NG时间 /// public string ngsj { get; set; } /// /// NG位置 /// public string ngwz { get; set; } /// /// 环境温度 /// public string hjwd { get; set; } /// /// 环境湿度 /// public string hjsd { get; set; } /// /// 空气洁净度 /// public string kqjjd { get; set; } /// /// 状态反馈结果 /// public string statusCode { get; set; } /// /// 返回说明信息 /// public string stautsMessage { get; set; } } /// /// 电芯出站数据 /// public class UploadTestDataParam { /// /// /// public List data { get; set; } /// /// /// public string resourceNo { get; set; } } }