wujianwei
2025-12-29 371d568cc984422607bbcfd699c1716f5df6a898
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);
    /**
     * 查询报价方案管理 记录数
     *