using SqlSugar;
namespace MES.Service.Modes;
///
///
[SugarTable("MES_OQC_CHECKITEM_DT")]
public class MesOqcCheckitemDt
{
///
///
[SugarColumn(ColumnName = "ID")]
public decimal Id { 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 = "MEMO")]
public string Memo { get; set; }
///
///
[SugarColumn(ColumnName = "ITEM_NO")]
public string ItemNo { get; set; }
///
///
[SugarColumn(ColumnName = "FORDER")]
public decimal? Forder { get; set; }
///
///
[SugarColumn(ColumnName = "FUP_ALLOW")]
public string FupAllow { get; set; }
///
///
[SugarColumn(ColumnName = "FCHECK_ITEM")]
public string FcheckItem { get; set; }
///
///
[SugarColumn(ColumnName = "FSPEC_TYPE")]
public string FspecType { get; set; }
///
///
[SugarColumn(ColumnName = "WORKSHOP_CENTER_CODE")]
public decimal? WorkshopCenterCode { get; set; }
///
///
[SugarColumn(ColumnName = "PROC_NO")]
public string ProcNo { get; set; }
///
///
[SugarColumn(ColumnName = "SAMPLE_SIZE_NO")]
public string SampleSizeNo { get; set; }
///
///
[SugarColumn(ColumnName = "FCHECK_TOOL")]
public string FcheckTool { get; set; }
///
///
[SugarColumn(ColumnName = "FDOWN_ALLOW")]
public string FdownAllow { get; set; }
///
///
[SugarColumn(ColumnName = "FCHECK_LEVEL")]
public string FcheckLevel { get; set; }
///
///
[SugarColumn(ColumnName = "FSTAND")]
public string Fstand { get; set; }
///
///
[SugarColumn(ColumnName = "FAC_LEVEL")]
public string FacLevel { get; set; }
///
///
[SugarColumn(ColumnName = "FEATU_PROC")]
public string FeatuProc { get; set; }
///
///
[SugarColumn(ColumnName = "FEATU_PROD")]
public string FeatuProd { get; set; }
///
///
[SugarColumn(ColumnName = "AQL1_ID")]
public string Aql1Id { get; set; }
///
///
[SugarColumn(ColumnName = "FQA_TYPE")]
public string FqaType { get; set; }
///
///
[SugarColumn(ColumnName = "ISDANWEI")]
public decimal? Isdanwei { get; set; }
///
///
[SugarColumn(ColumnName = "FTYPE")]
public decimal? Ftype { get; set; }
///
///
[SugarColumn(ColumnName = "EDIT_STATUS")]
public short? EditStatus { get; set; }
///
///
[SugarColumn(ColumnName = "CHECK_QTY")]
public decimal? CheckQty { get; set; }
///
///
[SugarColumn(ColumnName = "FAC_QTY")]
public decimal? FacQty { get; set; }
///
///
[SugarColumn(ColumnName = "PID")]
public decimal? Pid { get; set; }
///
///
[SugarColumn(ColumnName = "COMPANY")]
public string Company { get; set; }
///
///
[SugarColumn(ColumnName = "FACTORY")]
public string Factory { get; set; }
///
///
[SugarColumn(ColumnName = "F_TYPE")]
public string FType { get; set; }
///
///
[SugarColumn(ColumnName = "FREQUENCY")]
public string Frequency { get; set; }
///
///
[SugarColumn(ColumnName = "FSPEC_REQU")]
public string FspecRequ { get; set; }
///
///
[SugarColumn(ColumnName = "FCHECK_TYPE")]
public string FcheckType { get; set; }
///
///
[SugarColumn(ColumnName = "FUNIT")]
public string Funit { get; set; }
///
///
[SugarColumn(ColumnName = "REPORF_CHECK")]
public short? ReporfCheck { get; set; }
///
///
[SugarColumn(ColumnName = "GIVEN_MODIFY")]
public short? GivenModify { get; set; }
///
///
[SugarColumn(ColumnName = "FUCL")]
public decimal? Fucl { get; set; }
///
///
[SugarColumn(ColumnName = "FLCL")]
public decimal? Flcl { get; set; }
///
///
[SugarColumn(ColumnName = "FRUCL")]
public decimal? Frucl { get; set; }
}