调用dify联调客户画像
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.rj.service.biz;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.rj.entity.bz.DifyWorkflowAnalysis;
|
||||
|
||||
@@ -11,5 +12,5 @@ import org.springframework.stereotype.Service;
|
||||
*/
|
||||
@Service
|
||||
public class DifyWorkflowAnalysisServiceImpl extends ServiceImpl<DifyWorkflowAnalysisMapper, DifyWorkflowAnalysis>
|
||||
implements IDifyWorkflowAnalysisService {
|
||||
implements IService<DifyWorkflowAnalysis> {
|
||||
}
|
||||
|
||||
@@ -35,3 +35,7 @@ public interface ICustomerProfileAnalysisService extends IService<CustomerProfil
|
||||
*/
|
||||
CustomerProfileAnalysis getByBusinessId(String businessId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
package com.rj.service.biz;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.rj.entity.bz.DifyWorkflowAnalysis;
|
||||
|
||||
/**
|
||||
* Dify工作流分析结果服务接口
|
||||
*/
|
||||
public interface IDifyWorkflowAnalysisService extends IService<DifyWorkflowAnalysis> {
|
||||
}
|
||||
@@ -67,3 +67,7 @@ public class CustomerProfileAnalysisServiceImpl extends ServiceImpl<CustomerProf
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user