| | |
| | | { |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] |
| | | public int Id { get; set; } |
| | | |
| | | public int TaskNo { get; set; } |
| | | public string OrderNo { get; set; } |
| | | public int OrderDetailId { get; set; } |
| | | |
| | |
| | | public string LocationCode { get; set; } |
| | | |
| | | public int StockId { get; set; } |
| | | |
| | | |
| | | public string FactoryArea { get; set; } |
| | | } |
| | | |
| | | |
| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] |
| | | public int Id { get; set; } |
| | | public string OrderNo { get; set; } |
| | | public int? TaskNum { get; set; } |
| | | public string PalletCode { get; set; } |
| | | public string StockId { get; set; } |
| | | public int StockId { get; set; } |
| | | public bool IsReverted { get; set; } = false; |
| | | public int OutStockLockInfoId { get; set; } // å
³èçåºåºéå®ä¿¡æ¯ |
| | | public string OriginalBarcode { get; set; } // åæ¡ç |
| | | public string NewBarcode { get; set; } // æ°æ¡ç |
| | | |
| | | public string FactoryArea { get; set; } |
| | | /// <summary> |
| | | /// æåæ°éï¼æ°æ¡ç æ°éï¼ |
| | | /// </summary> |