From 3823d3b52cbb196c1032b89f2d7361e83ce195dd Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 19 九月 2024 11:25:44 +0800
Subject: [PATCH] 提示信息 更新
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentService.java | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentService.java
index 61676ab..e6258d6 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentService.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentService.java
@@ -1,12 +1,9 @@
package cn.lihu.jh.module.ecg.service.devrent;
-import java.util.*;
-
import cn.lihu.jh.framework.common.pojo.CommonResult;
import cn.lihu.jh.module.ecg.controller.admin.devrent.vo.*;
import cn.lihu.jh.module.ecg.dal.dataobject.devrent.DevRentDO;
import cn.lihu.jh.framework.common.pojo.PageResult;
-import cn.lihu.jh.framework.common.pojo.PageParam;
import javax.validation.Valid;
@@ -36,10 +33,18 @@
/**
* 瑁呮満
*
+ * @param cancelReqVO 鍒涘缓淇℃伅
+ * @return 缂栧彿
+ */
+ CommonResult<Long> cancelOperation(@Valid DevCancelReqVO cancelReqVO);
+
+ /**
+ * 閬楀け
+ *
* @param createReqVO 鍒涘缓淇℃伅
* @return 缂栧彿
*/
- CommonResult<Long> cancelOperation(@Valid DevCancelReqVO createReqVO);
+ CommonResult<Long> loseOperation(@Valid DevRentSaveReqVO createReqVO);
/**
* 鍒涘缓瑁呮満鎷嗘満
--
Gitblit v1.9.3