Skip to content

Commit c2cf376

Browse files
committed
【同步】BOOT 和 CLOUD 的功能
1 parent 02ddf5a commit c2cf376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

yudao-module-crm/yudao-module-crm-server/src/main/java/cn/iocoder/yudao/module/crm/service/contract/listener/CrmContractStatusListener.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
import cn.iocoder.yudao.module.crm.enums.ApiConstants;
66
import cn.iocoder.yudao.module.crm.service.contract.CrmContractService;
77
import cn.iocoder.yudao.module.crm.service.contract.CrmContractServiceImpl;
8-
import jakarta.annotation.Resource;
98
import org.springframework.cloud.openfeign.FeignClient;
109
import org.springframework.validation.annotation.Validated;
1110
import org.springframework.web.bind.annotation.PostMapping;
1211
import org.springframework.web.bind.annotation.RequestBody;
1312
import org.springframework.web.bind.annotation.RestController;
1413

14+
import javax.annotation.Resource;
15+
1516
/**
1617
* 合同审批的结果的监听器实现类
1718
*

0 commit comments

Comments
 (0)