| | |
| | | |
| | | [ImporterHeader(Name = "仓库编码")] |
| | | [ExporterHeader(DisplayName = "仓库编码")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "仓库编码")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "仓库编码")] |
| | | public string OutWareHouse { get; set; } |
| | | [ImporterHeader(Name = "单据小类")] |
| | | [ExporterHeader(DisplayName = "单据小类")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "单据小类")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "单据小类")] |
| | | public string TransactionCode { get; set; } |
| | | [ImporterHeader(Name = "出入库类型")] |
| | | [ExporterHeader(DisplayName = "出入库类型")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "出入库类型")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "出入库类型")] |
| | | public string InoutType { get; set; } |
| | | |
| | | /// <summary> |