huminmin
2026-05-20 b693c7b6a73ea83a4bfc66f3846e0d9517af2642
src/main/java/com/ruoyi/sales/pojo/SalesQuotationProduct.java
@@ -17,6 +17,9 @@
    @Schema(description = "产品Id")
    @TableField(value = "product_id")
    private Long productId;
    @Schema(description = "产品规格Id")
    @TableField(value = "product_model_id")
    private Long productModelId;
    @Schema(description = "商品名称")
    private String product;
    @Schema(description = "商品规格")