hsy
2 天以前 3fce1468a7d6686d0c60a382e4cfc768145e8b55
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/controller/admin/quotation/vo/CrmSaleQuotationSaveReqVO.java
@@ -53,8 +53,8 @@
    @Schema(description = "税率", example = "13.00")
    private BigDecimal taxRate;
    @Schema(description = "附件地址", example = "https://www.baidu.com")
    private String fileUrl;
    @Schema(description = "附件blobId列表", example = "[1, 2, 3]")
    private List<Long> blobIds;
    @Schema(description = "备注", example = "备注信息")
    private String remark;