| | |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "物料名称")] |
| | | public string MaterielName { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "订单明细类型", DefaultValue = "0")] |
| | | public int MaterielType { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "批次号")] |
| | | public string BatchNo { get; set; } |
| | | |
| | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "供应商批次")] |
| | | public string SupplierBatch { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "WMS原始库位")] |
| | | public string OrinalLocation { get; set; } |
| | | |
| | | [ImporterHeader(IsIgnore = true)] |
| | | [ExporterHeader(IsIgnore = true)] |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_CPInboundOrderDetail.OrderDetailId), nameof(Id))] |