lu
2025-04-14 ecb7a60de1639f520712ce95f99414b0dd2c9713
DevApp/Gs.DevApp/DevFrm/QC/Models/MesQmAql1.cs
@@ -12,95 +12,95 @@
        ///  
        /// 默认值: (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 string CreateName { get; set; }
        public string CreateName { 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 string LastupdateName { get; set; }
        public string LastupdateName { get; set; }
        /// <summary>
        /// 最后更新时间 
        ///</summary>
         public DateTime? LastupdateDate { get; set; }
        public DateTime? LastupdateDate { get; set; }
        /// <summary>
        /// 标准编码 
        ///</summary>
         public string SampleSizeNo { get; set; }
        public string SampleSizeNo { get; set; }
        /// <summary>
        /// 标准名称 
        ///</summary>
         public string SampleSizeName { get; set; }
        public string SampleSizeName { get; set; }
        /// <summary>
        /// 备注信息 
        ///</summary>
         public string Memo { get; set; }
        public string Memo { get; set; }
        /// <summary>
        /// 所属工厂 
        ///</summary>
         public string Factory { get; set; }
        public string Factory { get; set; }
        /// <summary>
        /// 审批标记 
        /// 默认值: ((0))
        ///</summary>
         public bool? FoneChecked { get; set; }
        public bool? FoneChecked { get; set; }
        /// <summary>
        /// 审批人 
        ///</summary>
         public string FoneCheckor { get; set; }
        public string FoneCheckor { get; set; }
        /// <summary>
        /// 审批日期 
        ///</summary>
         public DateTime? FoneCheckdate { get; set; }
        public DateTime? FoneCheckdate { get; set; }
        /// <summary>
        /// 确认标记 
        /// 默认值: ((0))
        ///</summary>
         public bool? FtwoChecked { get; set; }
        public bool? FtwoChecked { get; set; }
        /// <summary>
        /// 确认人 
        ///</summary>
         public string FtwoCheckor { get; set; }
        public string FtwoCheckor { get; set; }
        /// <summary>
        /// 确认日期 
        ///</summary>
         public DateTime? FtwoCheckdate { get; set; }
        public DateTime? FtwoCheckdate { get; set; }
        /// <summary>
        /// 修改/新增状态 
        /// 默认值: ((0))
        ///</summary>
         public bool? EditStatus { get; set; }
        public bool? EditStatus { get; set; }
        /// <summary>
        /// 版本号 
        /// 默认值: ((0))
        ///</summary>
         public int? Fversion { get; set; }
        public int? Fversion { get; set; }
        /// <summary>
        /// 是否可用 
        /// 默认值: ((0))
        ///</summary>
         public bool? Isenabled { get; set; }
        public bool? Isenabled { get; set; }
        /// <summary>
        /// 公司 
        ///</summary>
         public string Company { get; set; }
        public string Company { get; set; }
        public List<MesQmAql2> MesQmAql2s { get; set; }
        public List<MesQmAql3> MesQmAql3s { get; set; }
    }
}