mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	✨ CRM:更新最新代码,支持线索、客户、联系人、商机、合同等功能
This commit is contained in:
		@@ -41,6 +41,12 @@ public class DefaultController {
 | 
			
		||||
                "[ERP 模块 yudao-module-erp - 已禁用][参考 https://doc.iocoder.cn/erp/build/ 开启]");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @RequestMapping("/admin-api/crm/**")
 | 
			
		||||
    public CommonResult<Boolean> crm404() {
 | 
			
		||||
        return CommonResult.error(NOT_IMPLEMENTED.getCode(),
 | 
			
		||||
                "[CRM 模块 yudao-module-crm - 已禁用][参考 https://doc.iocoder.cn/crm/build/ 开启]");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @RequestMapping(value = {"/admin-api/report/**"})
 | 
			
		||||
    public CommonResult<Boolean> report404() {
 | 
			
		||||
        return CommonResult.error(NOT_IMPLEMENTED.getCode(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user