| | |
| | | [Comment("工件接收信息履历表")] |
| | | public class WorkPieceLog : DEntityBase |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 数据来源 |
| | | /// </summary> |
| | | public string DataCapturePointCname { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工件号 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | [Comment("质量状态")] |
| | | public int QualityState { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 设备编号 |
| | |
| | | [MaxLength(255)] |
| | | public string Remarks { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [Comment("备注")] |
| | | [MaxLength(255)] |
| | | public string MyRemarks { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 日志类型 |
| | | /// </summary> |
| | | [Comment("日志类型")] |
| | | public int? PieceLogType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 日志类型 |
| | | /// </summary> |
| | | [Comment("日志类型")] |
| | | [MaxLength(255)] |
| | | public string PieceLogTypeName { get; set; } |
| | | |
| | | } |
| | | } |