| | |
| | | /// <summary> |
| | | /// 数量 |
| | | /// </summary> |
| | | public decimal? Qty { get => Convert.ToDecimal(BarcodeAnalysis.GetDouble(QtyStr)); } |
| | | public double? Qty { get => BarcodeAnalysis.GetDouble(QtyStr); } |
| | | |
| | | /// <summary> |
| | | /// 毛重 |
| | |
| | | /// 毛重 |
| | | /// </summary> |
| | | public double? GrossWeight { get => BarcodeAnalysis.GetDouble(GrossWeightStr); } |
| | | |
| | | /// <summary> |
| | | /// 料号长度 |
| | | /// 仓库 |
| | | /// </summary> |
| | | public int ItemLength { get; set; } |
| | | public string Warehouse { get; set; } |
| | | /// <summary> |
| | | /// 储位 |
| | | /// </summary> |
| | | public string Location { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 条码分析异常信息 |
| | |
| | | /// </summary> |
| | | public bool IsQRCode => MetaSn.Contains(","); |
| | | |
| | | |
| | | public enum Types |
| | | { |
| | | /// <summary> |