| | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "备注")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 关联工序返回时间(注液\静置时长) |
| | | /// </summary> |
| | | public string LinedProcessFeedbackTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 特征参数返回(静置时长) |
| | | /// </summary> |
| | | public string SpecialParameterDuration { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 区域编码 |
| | |
| | | /// 货位数据 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "LocationInfo")] |
| | | [Navigate(NavigateType.OneToOne,nameof(LocationCode), nameof(DtLocationInfo.LocationCode))] |
| | | [Navigate(NavigateType.OneToOne, nameof(LocationCode), nameof(DtLocationInfo.LocationCode))] |
| | | public DtLocationInfo? LocationInfo { get; set; } |
| | | } |
| | | } |
| | | } |