wujianwei
2026-03-06 54e07b96bd7fdae9915fcf06de2a16bcb613aa74
tms/src/main/java/com/ruoyi/tms/controller/TmsQuotePlanController.java
@@ -1,6 +1,8 @@
package com.ruoyi.tms.controller;
import java.util.List;
import com.ruoyi.tms.domain.TmsQuoteItem;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
@@ -73,6 +75,12 @@
        return AjaxResult.success(tmsQuotePlanService.selectTmsQuotePlanById(id));
    }
    @GetMapping(value = "/selectPaymentTmsQuotePlan")
    public AjaxResult selectPaymentTmsQuotePlan(TmsQuoteItem tmsQuotePlan)
    {
        return AjaxResult.success(tmsQuotePlanService.selectPaymentTmsQuotePlan(tmsQuotePlan));
    }
    /**
     * 新增报价方案管理
     */