| | |
| | | [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; } |