huminmin
7 天以前 28ef0758a062a04b4061a053a4b16a8bce902208
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 = "商品规格")