using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DOAN.Model.MES.upload { public class QcYidaForm { /// /// 供应商代码 /// public string textField_ls3yl76o { set; get; } /// /// 供应商名称 /// public string textField_ls3yl76n { set; get; } /// /// 车型 /// public string textField_ls3yl76p { set; get; } /// /// 零件号 /// public string textField_ls3yl76q { set; get; } /// /// 零件名称 /// public string textField_ls3yl76r { set; get; } /// /// 配置 /// public string textField_ls3yl76s { set; get; } /// /// 工位 /// public string textField_ls3yl76t { set; get; } /// /// 参数名 /// public string textField_ls3yl76u { set; get; } /// /// 值 /// public decimal numberField_ls4040pf { set; get; } /// /// 下公差 /// public decimal numberField_ls3yl76z { set; get; } /// /// 上公差 /// public decimal numberField_ls3yl76y { set; get; } /// /// 写入时间 /// public long dateField_ls3yl770 { set; get; } /// /// 责任人 /// public string textField_ls3yw11j { set; get; } } }