| | |
| | | [StringLength(32)] |
| | | public string WorkingProcedure { get; set; } |
| | | |
| | | [StringLength(32)] |
| | | public string MonitoringPoint { get; set; } |
| | | |
| | | |
| | | public int? QualityState { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public int? QualityNoOk { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 质量不合格原因 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public string QualityNoOkReason { get; set; } |
| | | |
| | | [StringLength(32)] |
| | | public string EquipmentID { get; set; } |
| | |
| | | [StringLength(255)] |
| | | public string Remarks { get; set; } |
| | | |
| | | |
| | | [StringLength(255)] |
| | | public string MyRemarks { get; set; } |
| | | |
| | | public DateTimeOffset? CreatedTime { get; set; } |
| | | |
| | | public DateTimeOffset? UpdatedTime { get; set; } |
| | | |
| | | public long? CreatedUserId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工序创建人,值等于 CreatedUserName |
| | | /// </summary> |
| | | [StringLength(32)] |
| | | public string MonitoringPoint { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 工序创建人,值等于MonitoringPoint |
| | | /// </summary> |
| | | [StringLength(50)] |
| | | public string CreatedUserName { get; set; } |
| | | |
| | | |
| | | [StringLength(50)] |
| | | public string DataCapturePointCname { get; set; } |
| | | |
| | | [StringLength(50)] |
| | | public string UpdateDataCapturePointCname { get; set; } |
| | | |
| | | public long? UpdatedUserId { get; set; } |
| | | |
| | |
| | | public string UpdatedUserName { get; set; } |
| | | |
| | | public bool IsDeleted { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 日志类型 |
| | | /// </summary> |
| | | public int? PieceLogType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 日志类型 |
| | | /// </summary> |
| | | [MaxLength(255)] |
| | | public string PieceLogTypeName { get; set; } |
| | | |
| | | |
| | | public string JiaJuGongWei { get; set; } |
| | | |
| | | } |
| | | } |