| | |
| | | public decimal StockBeforeSplit { get; set; } |
| | | public decimal AssignBeforeSplit { get; set; } |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 空箱åèµ°è®°å½è¡¨ |
| | | /// </summary> |
| | | public class Dt_EmptyPalletRemoval |
| | | { |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] |
| | | public int Id { get; set; } |
| | | |
| | | public string OrderNo { get; set; } |
| | | |
| | | public string PalletCode { get; set; } |
| | | |
| | | public DateTime RemovalTime { get; set; } |
| | | |
| | | public string Operator { get; set; } |
| | | |
| | | public int CompletedItemsCount { get; set; } |
| | | |
| | | public decimal TotalPickedQuantity { get; set; } |
| | | } |
| | | |
| | | |
| | | } |