| | |
| | | import cn.iocoder.yudao.module.system.api.user.AdminUserApi; |
| | | import cn.iocoder.yudao.module.system.api.user.dto.AdminUserRespDTO; |
| | | import jakarta.annotation.Resource; |
| | | import org.springframework.context.annotation.Lazy; |
| | | import org.springframework.validation.annotation.Validated; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | |
| | | @Resource |
| | | private CrmContractMapper contractMapper; |
| | | @Resource |
| | | @Lazy // 延迟加载,避免循环依赖 |
| | | private CrmReceivableService receivableService; |
| | | @Resource |
| | | private AdminUserApi adminUserApi; |