| | |
| | | public string MaterialWides { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 妤炲埆 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true, ColumnDescription = "妤炲埆")] |
| | | public string BoardFluteNos { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鏄惁缂烘枡 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true, ColumnDescription = "鏄惁缂烘枡")] |
| | | public bool IsLackMaterial { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 閲囪喘鍒楄〃 |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_OutSGOrderDetail.OutSGOrderId), nameof(Id))] |
| | | public List<Dt_OutSGOrderDetail> Details { get; set; } |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string MaterialLackStatus { get; set; } |
| | | } |
| | | } |