| | |
| | | [StringLength(50)] |
| | | public string TaskNo { get; set; } |
| | | |
| | | [StringLength(50)] |
| | | public string TaskName { get; set; } |
| | | |
| | | [Required] |
| | | [StringLength(50)] |
| | | public string UPI { get; set; } |
| | | public string Upi { get; set; } |
| | | |
| | | public double Length { get; set; } |
| | | |
| | |
| | | |
| | | public int? RbTaskType { get; set; } |
| | | |
| | | public int? LastNum { get; set; } |
| | | |
| | | [StringLength(50)] |
| | | public string RbTaskTypeEnumName { get; set; } |
| | | |
| | | public int TaskStatus { get; set; } |
| | | |
| | | [Required] |
| | | [StringLength(255)] |
| | | public string TaskStatusName { get; set; } |
| | | |
| | | [StringLength(255)] |
| | | public string TaskDescribe { get; set; } |
| | |
| | | |
| | | public bool IsFlagFinish { get; set; } |
| | | |
| | | public int? LastNum { get; set; } |
| | | |
| | | [StringLength(60)] |
| | | public string Info17 { get; set; } |
| | | |
| | | public double? MachineXCenter { get; set; } |
| | | |
| | | public double? MachineYCenter { get; set; } |
| | | |
| | | public double? MachineZCenter { get; set; } |
| | | |
| | | public int? Sequence { get; set; } |
| | | |
| | | public DateTime? CreateTime { get; set; } |
| | | |
| | | public DateTime? UpdateTime { get; set; } |