| | |
| | | [SugarTable(nameof(VV_StockInfoDet), "库存展示信息")] |
| | | public class VV_StockInfoDet |
| | | { |
| | | [ExporterHeader(DisplayName = "托盘编号",IsIgnore =true)] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "托盘编号")] |
| | | [ExporterHeader(DisplayName = "托盘编号", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "托盘编号")] |
| | | public string PalletCode { get; set; } |
| | | |
| | | [ExporterHeader(DisplayName = "类型")] |
| | |
| | | [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "序列号")] |
| | | public string SerialNumber { get; set; } |
| | | |
| | | |
| | | [ExporterHeader(DisplayName = "上游系统", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "上游系统")] |
| | | public string System { get; set; } |
| | | |
| | | |
| | | [ExporterHeader(DisplayName = "库存数量")] |
| | | [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "库存数量")] |
| | | public decimal StockQuantity { get; set; } |