From e101402e91cb92ff5cd9abd05ed45a223d1849fc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 22 七月 2024 18:06:40 +0800
Subject: [PATCH] 工单增加超时字段
---
ycl-server/src/main/java/com/ycl/platform/service/ITContractService.java | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/ycl-server/src/main/java/com/ycl/platform/service/ITContractService.java b/ycl-server/src/main/java/com/ycl/platform/service/ITContractService.java
index 338ad78..15d8e8c 100644
--- a/ycl-server/src/main/java/com/ycl/platform/service/ITContractService.java
+++ b/ycl-server/src/main/java/com/ycl/platform/service/ITContractService.java
@@ -1,6 +1,7 @@
package com.ycl.platform.service;
import com.baomidou.mybatisplus.extension.service.IService;
+import com.ycl.platform.domain.entity.CalculateMoneyRule;
import com.ycl.platform.domain.entity.TContract;
import com.ycl.system.AjaxResult;
import jakarta.servlet.http.HttpServletResponse;
@@ -31,4 +32,17 @@
AjaxResult importData(MultipartFile file, TContract tContract);
List<TContract> selectAll();
+
+ /**
+ * 鏍规嵁鍚堝悓id鏌ヨ閽辨牳绠楄鍒�
+ * @param contractId 鍚堝悓id
+ * @return 瑙勫垯
+ */
+ List<CalculateMoneyRule> selectMoneyRules(Integer contractId);
+
+ /**
+ * 鏌ヨ鎵�鏈夋鍦ㄤ娇鐢ㄧ殑鍚堝悓
+ * @return 鏁版嵁
+ */
+ List<TContract> selectUsingContract();
}
--
Gitblit v1.8.0