|
|
@ -12,7 +12,7 @@ public class WmsPartQtyDto {
|
|
|
|
@ApiParam(value = "物料名称")
|
|
|
|
@ApiParam(value = "物料名称")
|
|
|
|
private String partName;
|
|
|
|
private String partName;
|
|
|
|
@ApiParam(value = "物料编码")
|
|
|
|
@ApiParam(value = "物料编码")
|
|
|
|
private String partNO;
|
|
|
|
private String partNo;
|
|
|
|
@ApiParam(value = "应收数量")
|
|
|
|
@ApiParam(value = "应收数量")
|
|
|
|
private String qty;
|
|
|
|
private String qty;
|
|
|
|
@ApiParam(value = "实收数量")
|
|
|
|
@ApiParam(value = "实收数量")
|
|
|
|