| | |
| | | /// <summary> |
| | | /// 实际数量 |
| | | /// </summary> |
| | | public int? RealQty { get; set; } |
| | | public decimal? RealQty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 盘点结果 |
| | |
| | | public string Standard { get; set; } |
| | | public string LotNo { get; set; } |
| | | public string LotText { get; set; } |
| | | public int Qty { get; set; } |
| | | public decimal Qty { get; set; } |
| | | public string SupplierLot { get; set; } |
| | | public string PalletNo { get; set; } |
| | | |
| | |
| | | /// <summary> |
| | | /// 库存数量 |
| | | /// </summary> |
| | | public int? Qty { get; set; } |
| | | public decimal? Qty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 实际数量 |
| | | /// </summary> |
| | | public int? RealQty { get; set; } |
| | | public decimal? RealQty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 盘点结果 |