| | |
| | | [SugarColumn(ColumnName = "supplyCode", ColumnDescription = "ä¾åºåç¼å·")] |
| | | public string? SupplyCode { get; set; } |
| | | |
| | | public string FactoryArea { get; set; } |
| | | /// <summary> |
| | | /// ä»åº |
| | | /// é»è®¤å¼: |
| | |
| | | [SugarColumn(ColumnName = "barcode", ColumnDescription = "æ¡ç ")] |
| | | public string? Barcode { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å¤ æ³¨:ä¸å¡ç±»å |
| | | /// é»è®¤å¼: |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "businessType", ColumnDescription = "ä¸å¡ç±»å")] |
| | | public string? BusinessType { get; set; } |
| | | |
| | | |
| | | public decimal BarcodeQty { get; set; } |
| | | |
| | | public string BarcodeUnit { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | [Navigate(NavigateType.ManyToOne, nameof(Dt_StockInfo.Id), nameof(Id))] |
| | | public Dt_StockInfo StockInfo { get; set; } |
| | | } |
| | | } |