| | |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æä½è
")] |
| | | public string Operator { get; set; } |
| | | |
| | | |
| | | public decimal BarcodeQty { get; set; } |
| | | |
| | | public string BarcodeUnit { get; set; } |
| | | |
| | | public string OutboundBatchNo { get; set; } |
| | | |
| | | [Navigate(NavigateType.OneToOne, nameof(StockInfo))]//ä¸å¯¹ä¸ SchoolIdæ¯StudentAç±»éé¢ç |
| | | public Dt_StockInfo StockInfo { get; set; } //ä¸è½èµå¼åªè½æ¯null |
| | | |
| | | |
| | | public int IsUnallocated { get; set; } = 0; |
| | | public string FactoryArea { get; set; } |
| | | |
| | | [SqlSugar.SugarColumn(IsIgnore = true)] |
| | | public decimal RemainQuantity => AssignQuantity - PickedQty; |
| | | |
| | | public int ReturnToMESStatus { get; set; } |
| | | |
| | | } |
| | | } |