huminmin
2 天以前 3ca9f3c5224f83ca8d1bc848ea4d452fef3c9fbd
src/main/java/com/ruoyi/sales/dto/SalesQuotationDto.java
@@ -11,4 +11,10 @@
public class SalesQuotationDto extends SalesQuotation {
    @ApiModelProperty(value = "报价商品")
    private List<SalesQuotationProduct> products;
    /**
     * 审批人id列表
     */
    // 审批人
    private String approveUserIds;
}