lu
2025-04-25 13096114a7457a3b1b519c88b9409697b697eb21
DevApp/Gs.DevApp/DevFrm/QC/Models/MesQmCheckitemDt.cs
@@ -1,226 +1,235 @@
using System;
using System.Collections.Generic;
using System.Linq;
namespace MES.Service.Modes
{
    /// <summary>
    /// 检验项目从表
    ///</summary>
    public class MesQmCheckitemDt
    {
        /// <summary>
        ///  
        /// 默认值: (newid())
        ///</summary>
         public Guid? Guid { get; set; }
        public Guid? Guid { get; set; }
        /// <summary>
        /// 创建人 
        ///</summary>
         public string CreateBy { get; set; }
        public string CreateBy { get; set; }
        /// <summary>
        /// 创建时间 
        ///</summary>
         public DateTime? CreateDate { get; set; }
        public DateTime? CreateDate { get; set; }
        /// <summary>
        /// 最后更新人 
        ///</summary>
         public string LastupdateBy { get; set; }
        public string LastupdateBy { get; set; }
        /// <summary>
        /// 最后更新时间 
        ///</summary>
         public DateTime? LastupdateDate { get; set; }
        public DateTime? LastupdateDate { get; set; }
        /// <summary>
        /// 备注 
        ///</summary>
         public string Memo { get; set; }
        public string Memo { get; set; }
        /// <summary>
        /// 物料产品编码 
        ///</summary>
         public string ItemNo { get; set; }
        public string ItemNo { get; set; }
        /// <summary>
        /// 顺序 
        ///</summary>
         public long? Forder { get; set; }
        public long? Forder { get; set; }
        /// <summary>
        /// 上公差 
        ///</summary>
         public decimal? FupAllow { get; set; }
        public decimal? FupAllow { get; set; }
        /// <summary>
        /// 检验项目 
        ///</summary>
         public string FcheckItem { get; set; }
        public string FcheckItem { get; set; }
        /// <summary>
        /// 特殊特性类别 
        ///</summary>
         public string FspecType { get; set; }
        public string FspecType { get; set; }
        /// <summary>
        /// 备用 
        ///</summary>
         public long? WorkshopCenterCode { get; set; }
        public long? WorkshopCenterCode { get; set; }
        /// <summary>
        /// 工序 
        ///</summary>
         public string ProcNo { get; set; }
        public string ProcNo { get; set; }
        /// <summary>
        /// 检验水准编码 
        ///</summary>
         public string SampleSizeNo { get; set; }
        public string SampleSizeNo { get; set; }
        /// <summary>
        /// 检验工具 
        ///</summary>
         public string FcheckTool { get; set; }
        public string FcheckTool { get; set; }
        /// <summary>
        /// 下公差 
        ///</summary>
         public decimal? FdownAllow { get; set; }
        public decimal? FdownAllow { get; set; }
        /// <summary>
        /// 检验水平 
        ///</summary>
         public string FcheckLevel { get; set; }
        public string FcheckLevel { get; set; }
        /// <summary>
        /// 标准值 
        ///</summary>
         public decimal? Fstand { get; set; }
        public decimal? Fstand { get; set; }
        /// <summary>
        /// 接收水平 
        ///</summary>
         public string FacLevel { get; set; }
        public string FacLevel { get; set; }
        /// <summary>
        /// 备用 
        ///</summary>
         public string FeatuProc { get; set; }
        public string FeatuProc { get; set; }
        /// <summary>
        /// 备用 
        ///</summary>
         public string FeatuProd { get; set; }
        public string FeatuProd { get; set; }
        /// <summary>
        /// 备用 
        ///</summary>
         public string Aql1Id { get; set; }
        public string Aql1Id { get; set; }
        /// <summary>
        /// 备用 
        ///</summary>
         public string FqaType { get; set; }
        public string FqaType { get; set; }
        /// <summary>
        /// 是否档位 
        /// 默认值: ((0))
        ///</summary>
         public bool? Isdanwei { get; set; }
        public bool? Isdanwei { get; set; }
        /// <summary>
        /// 默认用于在库重检 
        /// 默认值: ((1))
        ///</summary>
         public long? Ftype { get; set; }
        public long? Ftype { get; set; }
        /// <summary>
        /// 修改/ 新增状态 
        /// 默认值: ((0))
        ///</summary>
         public bool? EditStatus { get; set; }
        public bool? EditStatus { get; set; }
        /// <summary>
        /// 抽检数量 
        ///</summary>
         public long? CheckQty { get; set; }
        public long? CheckQty { get; set; }
        /// <summary>
        /// 允收数量 
        /// 默认值: ((0))
        ///</summary>
         public long? FacQty { get; set; }
        public long? FacQty { get; set; }
        /// <summary>
        ///  
        ///</summary>
         public string Company { get; set; }
        public string Company { get; set; }
        /// <summary>
        ///  
        ///</summary>
         public string Factory { get; set; }
        public string Factory { get; set; }
        /// <summary>
        /// 频次 
        ///</summary>
         public string Frequency { get; set; }
        public string Frequency { get; set; }
        /// <summary>
        /// 规格要求 
        ///</summary>
         public string FspecRequ { get; set; }
        public string FspecRequ { get; set; }
        /// <summary>
        /// 项目类别 
        ///</summary>
         public string FcheckType { get; set; }
        public string FcheckType { get; set; }
        /// <summary>
        /// 单位 
        ///</summary>
         public string Funit { get; set; }
        public string Funit { get; set; }
        /// <summary>
        /// 报表选择 
        /// 默认值: ((0))
        ///</summary>
         public bool? ReporfCheck { get; set; }
        public bool? ReporfCheck { get; set; }
        /// <summary>
        /// 特定修改 
        /// 默认值: ((0))
        ///</summary>
         public bool? GivenModify { get; set; }
        public bool? GivenModify { get; set; }
        /// <summary>
        /// UCL_X设定值 
        ///</summary>
         public decimal? Fucl { get; set; }
        public decimal? Fucl { get; set; }
        /// <summary>
        /// LCL_X设定值 
        ///</summary>
         public decimal? Flcl { get; set; }
        public decimal? Flcl { get; set; }
        /// <summary>
        /// UCL_R设定值 
        ///</summary>
         public decimal? Frucl { get; set; }
        public decimal? Frucl { get; set; }
        /// <summary>
        /// 物料ID 
        ///</summary>
         public long? ItemId { get; set; }
        public long? ItemId { get; set; }
        /// <summary>
        ///
        ///  工位
        ///</summary>
         public Guid? Pid { get; set; }
        public string stationName { get; set; }
        /// <summary>
        ///     样品数量
        /// </summary>
        public decimal? ypsl { get; set; }
        public Guid? Pid { get; set; }
    }
}