wujianwei
2026-03-31 63e5d3ff1e5b37254e03cee5383532e2e47c9dea
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);
    /**
     * 查询报价方案管理 记录数
     *