Skip to content

Commit 14cfabf

Browse files
committed
【同步】BOOT 和 CLOUD 的功能
1 parent 4f1de29 commit 14cfabf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

yudao-module-bpm/yudao-module-bpm-server/src/main/java/cn/iocoder/yudao/module/bpm/api/event/CrmContractStatusListener.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package cn.iocoder.yudao.module.bpm.api.event;
22

33
import cn.iocoder.yudao.module.bpm.framework.flowable.core.util.BpmHttpRequestUtils;
4-
import jakarta.annotation.Resource;
5-
import jakarta.validation.Valid;
64
import org.springframework.web.bind.annotation.RequestBody;
75
import org.springframework.web.client.RestTemplate;
86

7+
import javax.annotation.Resource;
8+
import javax.validation.Valid;
9+
910
/**
1011
* 合同审批的结果的监听器实现类
1112
*

yudao-module-bpm/yudao-module-bpm-server/src/main/java/cn/iocoder/yudao/module/bpm/api/event/CrmReceivableStatusListener.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package cn.iocoder.yudao.module.bpm.api.event;
22

33
import cn.iocoder.yudao.module.bpm.framework.flowable.core.util.BpmHttpRequestUtils;
4-
import jakarta.annotation.Resource;
5-
import jakarta.validation.Valid;
64
import org.springframework.web.bind.annotation.RequestBody;
75
import org.springframework.web.client.RestTemplate;
86

7+
import javax.annotation.Resource;
8+
import javax.validation.Valid;
9+
910
/**
1011
* 回款审批的结果的监听器实现类
1112
*

0 commit comments

Comments
 (0)