2026-05-15 3a941e0fc821d879d5f17b41dfc6d9c7688862dc
src/main/java/com/ruoyi/sales/pojo/SalesQuotationProduct.java
@@ -14,7 +14,9 @@
    private Long id;
    @Schema(description = "销售报价单id")
    private Long salesQuotationId;
    @Schema(description = "产品Id")
    @TableField(value = "product_id")
    private Long productId;
    @Schema(description = "商品名称")
    private String product;
    @Schema(description = "商品规格")