| | |
| | | /// Default: |
| | | /// Nullable:False |
| | | /// </summary> |
| | | public int? Qty { get; set; } |
| | | public decimal? Qty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Desc:整箱数量 |
| | | /// Default: |
| | | /// Nullable:True |
| | | /// </summary> |
| | | public int? FullQty { get; set; } |
| | | public decimal? FullQty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Desc:状态 |
| | |
| | | public class BoxQtyInfo |
| | | { |
| | | public string boxNo { get; set; } |
| | | public int realQty { get; set; } |
| | | public decimal realQty { get; set; } |
| | | public string bitBoxMark { get; set; } |
| | | } |
| | | |
| | |
| | | public string ProductionTime { get; set; } |
| | | public string ExpirationTime { get; set; } |
| | | public string StoreTime { get; set; } |
| | | public string SupplierLot { get; set; } |
| | | |
| | | } |
| | | |
| | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 补打物料标签Vm |
| | | /// </summary> |
| | | public class EditLabelQtyVm |
| | | { |
| | | public int Id { get; set; } |
| | | public string Qty { get; set; } |
| | | |
| | | } |
| | | |
| | | } |