采购管理
This commit is contained in:
parent
70ae528536
commit
4fbc318aaf
|
|
@ -70,4 +70,7 @@ public class OrderGoodsQuery implements Serializable {
|
|||
|
||||
@ApiModelProperty("是否全部入库 查询条件 非空即查入库量小于订单量的数据")
|
||||
private Integer ifTotalIntoInventory;
|
||||
|
||||
@ApiModelProperty(value = "供应商id")
|
||||
private Long supplierId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue