using SqlSugar; namespace MES.Service.Modes; /// /// 来料入库检验表头 /// [SugarTable("MES_QA_ITEMS_DETECT_01")] public class MesQaItemsDetect01 { /// /// [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)] public decimal Id { get; set; } /// /// 检验单号 /// [SugarColumn(ColumnName = "RELEASE_NO")] public string ReleaseNo { get; set; } /// /// 检验日期 /// [SugarColumn(ColumnName = "FCHECK_DATE")] public DateTime? FcheckDate { get; set; } /// /// 检验人员 /// [SugarColumn(ColumnName = "FCHECK_BY")] public string FcheckBy { get; set; } /// /// 物料编码 /// [SugarColumn(ColumnName = "ITEM_NO")] public string ItemNo { get; set; } /// /// 来料数量 /// [SugarColumn(ColumnName = "FBATCH_QTY")] public decimal? FbatchQty { get; set; } /// /// 判定结果 /// [SugarColumn(ColumnName = "FRECE_QTY")] public string FreceQty { get; set; } /// /// [SugarColumn(ColumnName = "SUPP_NO")] public string SuppNo { get; set; } /// /// [SugarColumn(ColumnName = "FNG_DESC")] public string FngDesc { get; set; } /// /// 检验结果 /// [SugarColumn(ColumnName = "FCHECK_RESU")] public string FcheckResu { get; set; } /// /// [SugarColumn(ColumnName = "FREVIEW")] public string Freview { get; set; } /// /// 检验水准 /// [SugarColumn(ColumnName = "SAMPLE_SIZE_NO")] public string SampleSizeNo { get; set; } /// /// 检验水平 /// [SugarColumn(ColumnName = "FCHECK_LEVEL")] public string FcheckLevel { get; set; } /// /// 拒收水平 /// [SugarColumn(ColumnName = "FAC_LEVEL")] public string FacLevel { get; set; } /// /// 抽检数量 /// [SugarColumn(ColumnName = "CHECK_QTY")] public string CheckQty { get; set; } /// /// 批次号 --到货单号 /// [SugarColumn(ColumnName = "LOT_NO")] public string LotNo { get; set; } /// /// 是否推送 /// [SugarColumn(ColumnName = "FMOVE")] public string Fmove { get; set; } /// /// 是否处理 /// [SugarColumn(ColumnName = "FHANDLE")] public string Fhandle { get; set; } /// /// 创建人 /// [SugarColumn(ColumnName = "CREATE_BY")] public string CreateBy { get; set; } /// /// 创建日期 /// [SugarColumn(ColumnName = "CREATE_DATE")] public DateTime? CreateDate { get; set; } /// /// 更新人 /// [SugarColumn(ColumnName = "LASTUPDATE_BY")] public string LastupdateBy { get; set; } /// /// 更新日期 /// [SugarColumn(ColumnName = "LASTUPDATE_DATE")] public DateTime? LastupdateDate { get; set; } /// /// 是否审核 /// [SugarColumn(ColumnName = "MODIFY1_FLAG")] public decimal? Modify1Flag { get; set; } /// /// [SugarColumn(ColumnName = "MODIFY1_BY")] public string Modify1By { get; set; } /// /// [SugarColumn(ColumnName = "MODIFY1_DATE")] public DateTime? Modify1Date { get; set; } /// /// [SugarColumn(ColumnName = "FACTORY")] public string Factory { get; set; } /// /// XRF测试报告编号 /// [SugarColumn(ColumnName = "FCHECK_REPNO")] public string FcheckRepno { get; set; } /// /// 第三方报告 /// [SugarColumn(ColumnName = "FTHIRD_REP")] public string FthirdRep { get; set; } /// /// 是否作废 /// [SugarColumn(ColumnName = "FCANCEL")] public decimal? Fcancel { get; set; } /// /// 提交标识 /// [SugarColumn(ColumnName = "FSUBMIT")] public decimal? Fsubmit { get; set; } /// /// 检验依据 /// [SugarColumn(ColumnName = "FCHECK_ACCORD")] public string FcheckAccord { get; set; } /// /// 类型(0 来料 1 在库) /// [SugarColumn(ColumnName = "FTYPE")] public short? Ftype { get; set; } /// /// 单位 /// [SugarColumn(ColumnName = "ITEM_UNIT")] public string ItemUnit { get; set; } /// /// 出货日期 /// [SugarColumn(ColumnName = "OUT_DATE")] public string OutDate { get; set; } /// /// 是否免检 /// [SugarColumn(ColumnName = "FEXEMPTION")] public decimal? Fexemption { get; set; } /// /// 档位标准 /// [SugarColumn(ColumnName = "FGEAR_STAND")] public string FgearStand { get; set; } /// /// 不良处理方法 /// [SugarColumn(ColumnName = "FNG_HANDLE")] public string FngHandle { get; set; } /// /// 管理编号 /// [SugarColumn(ColumnName = "FMANAGE_NO")] public string FmanageNo { get; set; } /// /// 转换数量 /// [SugarColumn(ColumnName = "FCOVERT_QTY")] public string FcovertQty { get; set; } /// /// 版本 /// [SugarColumn(ColumnName = "FVERSION")] public decimal? Fversion { get; set; } /// /// [SugarColumn(ColumnName = "COMPANY")] public string Company { get; set; } /// /// [SugarColumn(ColumnName = "FSECOND_RESU")] public string FsecondResu { get; set; } /// /// 最大抽检数 /// [SugarColumn(ColumnName = "MAX_CHECK_QTY")] public decimal? MaxCheckQty { get; set; } /// /// 特定修改是否审核 /// [SugarColumn(ColumnName = "MODIFY1_FLAG1")] public decimal? Modify1Flag1 { get; set; } /// /// 特定修改审核人 /// [SugarColumn(ColumnName = "MODIFY1_BY1")] public string Modify1By1 { get; set; } /// /// 特定修改审核时间 /// [SugarColumn(ColumnName = "MODIFY1_DATE1")] public DateTime? Modify1Date1 { get; set; } /// /// 小批次号 /// [SugarColumn(ColumnName = "LOT_NO1")] public string LotNo1 { get; set; } /// /// 采购单号 /// [SugarColumn(ColumnName = "LOT_NO2")] public string LotNo2 { get; set; } /// /// 产品型号 /// [SugarColumn(ColumnName = "BOARD_STYLE")] public string BoardStyle { get; set; } /// /// 任务单号 /// [SugarColumn(ColumnName = "WORK_NO")] public string WorkNo { get; set; } /// /// 到货时间 /// [SugarColumn(ColumnName = "DHA018")] public string Dha018 { get; set; } /// /// 行号 /// [SugarColumn(ColumnName = "DHB002")] public decimal? Dhb002 { get; set; } /// /// 到货单号 /// [SugarColumn(ColumnName = "DHB001")] public string Dhb001 { get; set; } /// /// 供应商 /// [SugarColumn(ColumnName = "LIFNR")] public string Lifnr { get; set; } /// /// 退料方式 /// [SugarColumn(ColumnName = "FMRMODE")] public string Fmrmode { get; set; } }