wujianwei
2025-12-30 9200bfebd2c3a4deb16cf331f81b68c3a0bb07a1
tms/src/main/java/com/ruoyi/tms/service/ITmsQuotePlanService.java
@@ -1,6 +1,8 @@
package com.ruoyi.tms.service;
import java.util.List;
import com.ruoyi.tms.domain.TmsQuoteItem;
import com.ruoyi.tms.domain.TmsQuotePlan;
import com.baomidou.mybatisplus.extension.service.IService;
/**
@@ -18,7 +20,7 @@
     * @return 报价方案管理
     */
    public TmsQuotePlan selectTmsQuotePlanById(Integer id);
    public TmsQuoteItem selectPaymentTmsQuotePlan(TmsQuoteItem tmsQuotePlan);
    /**
     * 查询报价方案管理 记录数
     *