抄码商品分配库存
This commit is contained in:
+9
@@ -462,4 +462,13 @@ public class OutMaterialDetailDTO extends BaseVOEntity {
|
||||
@ApiModelProperty("库存数量")
|
||||
@Excel(name = "库存数量")
|
||||
private BigDecimal stockQuantity;
|
||||
|
||||
@ApiModelProperty("抄码id数组")
|
||||
@Excel(name = "抄码id数组")
|
||||
private List<Integer> copyCodeReferenceIds;
|
||||
|
||||
@ApiModelProperty("抄码总重量")
|
||||
@Excel(name = "抄码总重量")
|
||||
private BigDecimal copyTotalWeight;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user