using SqlSugar; namespace Gs.Entity.QC; /// /// [SugarTable("MES_QA_ITEMS_DETECT_01")] public class MesQaItemsDetect01 { /// /// 默认值: (newid()) /// [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)] public Guid? Guid { get; set; } [SugarColumn(ColumnName = "about_Guid")] public Guid? AboutGuid { 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_id")] public string SuppId { 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 int? 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 int? Fcancel { get; set; } /// /// 提交标识 /// [SugarColumn(ColumnName = "fsubmit")] public int? Fsubmit { get; set; } /// /// 检验依据 /// [SugarColumn(ColumnName = "fcheck_accord")] public string FcheckAccord { get; set; } /// /// 类型(0 来料 1 在库) /// [SugarColumn(ColumnName = "ftype")] public int? 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 int? 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 int? 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 int? MaxCheckQty { get; set; } /// /// 特定修改是否审核 /// [SugarColumn(ColumnName = "modify1_flag1")] public int? 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 int? 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; } /// /// erp返回信息 /// [SugarColumn(ColumnName = "msg")] public string Msg { get; set; } /// /// 状态 /// [SugarColumn(ColumnName = "states")] public string States { get; set; } /// /// IQC提交时间 /// [SugarColumn(ColumnName = "iqc_date")] public DateTime? IqcDate { get; set; } /// /// 采购订单ID /// [SugarColumn(ColumnName = "ebeln_k3id")] public int? EbelnK3id { get; set; } /// /// 采购订单行ID /// [SugarColumn(ColumnName = "line_k3id")] public int? LineK3id { get; set; } /// /// 质量审核标识 /// 默认值: ((0)) /// [SugarColumn(ColumnName = "quality_audit")] public int? QualityAudit { get; set; } /// /// 物料ID /// [SugarColumn(ColumnName = "item_id")] public int? ItemId { get; set; } /// /// 不良描述 /// [SugarColumn(ColumnName = "remarks")] public string Remarks { get; set; } [SugarColumn(IsIgnore = true)] public List list5 { get; set; } }