| | |
| | | public string WorkOrder { get; set; } |
| | | public string ItemCode { get; set; } |
| | | public string WhCode { get; set; } = "10105"; |
| | | public int PkgQty { get; set; } |
| | | public int CompleteQty { get; set; } |
| | | public double PkgQty { get; set; } |
| | | public double CompleteQty { get; set; } |
| | | public int OutputType { get; set; } = 0; |
| | | public int StorageType { get; set; } = 4; |
| | | public int DocState { get; set; } = 1; |
| | |
| | | public Wh Wh { get; set; } |
| | | public Item Item { get; set; } |
| | | public DescFlexField DescFlexField { get; set; } |
| | | public int CompleteQty { get; set; } |
| | | public double CompleteQty { get; set; } |
| | | public int OutputType { get; set; } = 0; |
| | | public int StorageType { get; set; } = 4; |
| | | public int DocState { get; set; } = 1; |
| | |
| | | /// <summary> |
| | | /// 入库单行总数量 |
| | | /// </summary> |
| | | public int CreateBarCodeItemQty { get; set; } |
| | | public decimal CreateBarCodeItemQty { get; set; } |
| | | /// <summary> |
| | | /// 包装装箱数量 |
| | | /// </summary> |
| | | public int LabelQty { get; set; } |
| | | public decimal LabelQty { get; set; } |
| | | } |
| | | |
| | | public class BarcodeCreateByAssignQtyParam |
| | |
| | | /// <summary> |
| | | /// 入库单行总数量 |
| | | /// </summary> |
| | | public int CreateBarCodeItemQty { get; set; } |
| | | public decimal CreateBarCodeItemQty { get; set; } |
| | | /// <summary> |
| | | /// 包装装箱数量 |
| | | /// </summary> |
| | | public int LabelQty { get; set; } |
| | | public decimal LabelQty { get; set; } |
| | | } |
| | | |
| | | public class CreateBarCodeEntitys |