eight
2024-09-18 ae9f9d9a9b9d6c286fa0646171a6c85e9578cf21
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);
    /**
     * 创建装机拆机