From fff35c17651ee838e5206f12d943903e8325a20d Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期五, 06 三月 2026 18:00:18 +0800
Subject: [PATCH] 新增导入日志

---
 tms/src/main/java/com/ruoyi/tms/controller/TmsQuotePlanController.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/tms/src/main/java/com/ruoyi/tms/controller/TmsQuotePlanController.java b/tms/src/main/java/com/ruoyi/tms/controller/TmsQuotePlanController.java
index 09fb69f..e1ac0c8 100644
--- a/tms/src/main/java/com/ruoyi/tms/controller/TmsQuotePlanController.java
+++ b/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));
+    }
+
     /**
      * 鏂板鎶ヤ环鏂规绠$悊
      */

--
Gitblit v1.8.0