| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | |
| | | |
| | | namespace MES.Service.Modes |
| | | { |
| | | /// <summary> |
| | | /// IQC、OQC检验项目 |
| | | ///</summary> |
| | | |
| | | |
| | | public class MesQmCheckitem |
| | | { |
| | | /// <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 string Ftype { get; set; } |
| | | |
| | | public string Ftype { get; set; } |
| | | /// <summary> |
| | | /// 项目分类(1:抽检 2:巡检 3:完工检验) |
| | | ///</summary> |
| | | |
| | | public string CheckType { get; set; } |
| | | |
| | | public string CheckType { get; set; } |
| | | /// <summary> |
| | | /// 客户名称 |
| | | ///</summary> |
| | | |
| | | public string Name1 { get; set; } |
| | | |
| | | public string Name1 { get; set; } |
| | | /// <summary> |
| | | /// 特殊规格物料 |
| | | ///</summary> |
| | | |
| | | public long? FspecialItem { get; set; } |
| | | |
| | | public long? FspecialItem { get; set; } |
| | | /// <summary> |
| | | /// 所属工厂 |
| | | ///</summary> |
| | | |
| | | public string Factory { get; set; } |
| | | |
| | | public string Factory { get; set; } |
| | | /// <summary> |
| | | /// 检验水准 |
| | | ///</summary> |
| | | |
| | | public string FinspectionLevel { get; set; } |
| | | |
| | | public string FinspectionLevel { get; set; } |
| | | /// <summary> |
| | | /// 检验水平 |
| | | ///</summary> |
| | | |
| | | public string FcheckLevel { get; set; } |
| | | |
| | | public string FcheckLevel { get; set; } |
| | | /// <summary> |
| | | /// 接收水平 |
| | | ///</summary> |
| | | |
| | | public string FreceivingLevel { get; set; } |
| | | |
| | | public string FreceivingLevel { 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 long? Fversion { get; set; } |
| | | |
| | | public long? 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; } |
| | | /// <summary> |
| | | /// 客户编码 |
| | | ///</summary> |
| | | |
| | | public string Kunnr { get; set; } |
| | | |
| | | public string Kunnr { get; set; } |
| | | /// <summary> |
| | | /// 最大抽检数 |
| | | ///</summary> |
| | | |
| | | public long? MaxCheckQty { get; set; } |
| | | |
| | | public long? MaxCheckQty { get; set; } |
| | | /// <summary> |
| | | /// 提醒次数 |
| | | ///</summary> |
| | | |
| | | public long? RemQty { get; set; } |
| | | |
| | | public long? RemQty { get; set; } |
| | | /// <summary> |
| | | /// 未论证物料 |
| | | ///</summary> |
| | | |
| | | public bool? Otherflag { get; set; } |
| | | |
| | | public bool? Otherflag { get; set; } |
| | | /// <summary> |
| | | /// 成品电池类型:动力/ 储能 |
| | | ///</summary> |
| | | |
| | | public string Battype { get; set; } |
| | | |
| | | public string Battype { get; set; } |
| | | /// <summary> |
| | | /// 项目名称 |
| | | ///</summary> |
| | | |
| | | public string ProjectName { get; set; } |
| | | |
| | | public string ProjectName { get; set; } |
| | | /// <summary> |
| | | /// 物料名称 |
| | | ///</summary> |
| | | |
| | | public string Tname { get; set; } |
| | | |
| | | public string Tname { get; set; } |
| | | /// <summary> |
| | | /// 物料ID |
| | | ///</summary> |
| | | |
| | | public long? ItemId { get; set; } |
| | | |
| | | public long? ItemId { get; set; } |
| | | |
| | | public List<MesQmCheckitemDt> list { get; set; } |
| | | } |