采购管理

This commit is contained in:
gaowdong 2025-07-18 13:16:55 +08:00
parent 70ae528536
commit 4fbc318aaf
1 changed files with 3 additions and 0 deletions

View File

@ -70,4 +70,7 @@ public class OrderGoodsQuery implements Serializable {
@ApiModelProperty("是否全部入库 查询条件 非空即查入库量小于订单量的数据")
private Integer ifTotalIntoInventory;
@ApiModelProperty(value = "供应商id")
private Long supplierId;
}