| | |
| | | /// Default: |
| | | /// Nullable:False |
| | | /// </summary> |
| | | public int Qty {get;set;} |
| | | public decimal Qty {get;set;} |
| | | |
| | | /// <summary> |
| | | /// Desc:分配数量 |
| | | /// Default: |
| | | /// Nullable:True |
| | | /// </summary> |
| | | public int? AllotQty {get;set;} |
| | | public decimal? AllotQty {get;set;} |
| | | |
| | | /// <summary> |
| | | /// Desc:下架数量 |
| | | /// Default:0 |
| | | /// Nullable:True |
| | | /// </summary> |
| | | public int? FactQty {get;set;} |
| | | public decimal? FactQty {get;set;} |
| | | |
| | | /// <summary> |
| | | /// Desc:拣货数量 |
| | | /// Default:0 |
| | | /// Nullable:True |
| | | /// </summary> |
| | | public int? CompleteQty {get;set;} |
| | | public decimal? CompleteQty {get;set;} |
| | | |
| | | /// <summary> |
| | | /// Desc:包装编码 |