| | |
| | | public int OutSGOrderStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 澶囨敞 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")] |
| | | public string Remark { get; set; } |
| | | /// 澶囨敞 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鐗╂枡缂栧彿锛堝箙瀹斤級 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true, ColumnDescription = "鐗╂枡缂栧彿锛堝箙瀹斤級")] |
| | | public string MaterialNoWidth { get; set; } |
| | | /// <summary> |
| | | /// 鐗╂枡缂栧彿 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true, ColumnDescription = "鐗╂枡缂栧彿")] |
| | | public string MaterialNos { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 閲囪喘鍒楄〃 |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_OutSGOrderDetail.OutSGOrderId), nameof(Id))] |
| | | public List<Dt_OutSGOrderDetail> Details { get; set; } |
| | | /// <summary> |
| | | /// 骞呭 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true, ColumnDescription = "骞呭")] |
| | | public string MaterialWides { 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; } |
| | | } |
| | | } |