haungxing
5 months ago
400 changed files with 8579 additions and 8637 deletions
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.api.constants; |
||||
package com.hnac.gglm.bigmodel.api.constants; |
||||
|
||||
/** |
||||
* @Author: huangxing |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.api.dto; |
||||
package com.hnac.gglm.bigmodel.api.dto; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.api.dto; |
||||
package com.hnac.gglm.bigmodel.api.dto; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.api.dto; |
||||
package com.hnac.gglm.bigmodel.api.dto; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.api.dto; |
||||
package com.hnac.gglm.bigmodel.api.dto; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.api.dto; |
||||
package com.hnac.gglm.bigmodel.api.dto; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import io.swagger.annotations.ApiModel; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.api.dto; |
||||
package com.hnac.gglm.bigmodel.api.dto; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import io.swagger.annotations.ApiModel; |
@ -1,8 +1,8 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.BigModelConstants; |
||||
import com.hnac.hzims.bigmodel.api.dto.BigModelAnalysisRequestDTO; |
||||
import com.hnac.hzims.bigmodel.api.dto.BigModelAnalysisResponseDTO; |
||||
import com.hnac.gglm.bigmodel.BigModelConstants; |
||||
import com.hnac.gglm.bigmodel.api.dto.BigModelAnalysisRequestDTO; |
||||
import com.hnac.gglm.bigmodel.api.dto.BigModelAnalysisResponseDTO; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springframework.cloud.openfeign.FeignClient; |
||||
import org.springframework.web.bind.annotation.PostMapping; |
@ -1,6 +1,6 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.api.dto.CanvasSyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.dto.CanvasSyncDTO; |
||||
|
||||
/** |
||||
* @Author: huangxing |
@ -1,6 +1,6 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.api.dto.ControlSyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.dto.ControlSyncDTO; |
||||
|
||||
/** |
||||
* @Author: huangxing |
@ -1,8 +1,8 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.BigModelConstants; |
||||
import com.hnac.hzims.bigmodel.business.dto.RunReportAnalyseRequest; |
||||
import com.hnac.hzims.bigmodel.business.dto.RunReportDataAnalyseDTO; |
||||
import com.hnac.gglm.bigmodel.BigModelConstants; |
||||
import com.hnac.gglm.bigmodel.business.dto.RunReportAnalyseRequest; |
||||
import com.hnac.gglm.bigmodel.business.dto.RunReportDataAnalyseDTO; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springframework.cloud.openfeign.FeignClient; |
||||
import org.springframework.web.bind.annotation.PostMapping; |
@ -1,6 +1,6 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.api.dto.SyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.dto.SyncDTO; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springframework.web.bind.annotation.RequestBody; |
||||
|
@ -1,8 +1,8 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.BigModelConstants; |
||||
import com.hnac.hzims.bigmodel.api.dto.SyncDTO; |
||||
import com.hnac.hzims.bigmodel.api.dto.VideoSyncDTO; |
||||
import com.hnac.gglm.bigmodel.BigModelConstants; |
||||
import com.hnac.gglm.bigmodel.api.dto.SyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.dto.VideoSyncDTO; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springframework.cloud.openfeign.FeignClient; |
||||
import org.springframework.web.bind.annotation.*; |
@ -1,6 +1,6 @@
|
||||
package com.hnac.hzims.bigmodel.api.wrapper; |
||||
package com.hnac.gglm.bigmodel.api.wrapper; |
||||
|
||||
import com.hnac.hzims.bigmodel.api.dto.SyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.dto.SyncDTO; |
||||
|
||||
import java.util.List; |
||||
import java.util.stream.Collectors; |
@ -1,6 +1,6 @@
|
||||
package com.hnac.hzims.bigmodel.business.dto; |
||||
package com.hnac.gglm.bigmodel.business.dto; |
||||
|
||||
import com.hnac.hzims.bigmodel.interactive.dto.ControlDeviceDTO; |
||||
import com.hnac.gglm.bigmodel.interactive.dto.ControlDeviceDTO; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.business.dto; |
||||
package com.hnac.gglm.bigmodel.business.dto; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import io.swagger.annotations.ApiModel; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.business.dto; |
||||
package com.hnac.gglm.bigmodel.business.dto; |
||||
|
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.business.dto; |
||||
package com.hnac.gglm.bigmodel.business.dto; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.business.dto; |
||||
package com.hnac.gglm.bigmodel.business.dto; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.business.dto; |
||||
package com.hnac.gglm.bigmodel.business.dto; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
@ -1,6 +1,6 @@
|
||||
package com.hnac.hzims.bigmodel.business.feign; |
||||
package com.hnac.gglm.bigmodel.business.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.business.dto.ControlDeviceAuthDTO; |
||||
import com.hnac.gglm.bigmodel.business.dto.ControlDeviceAuthDTO; |
||||
import org.springblade.core.tool.api.R; |
||||
|
||||
import java.util.List; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.dto; |
||||
package com.hnac.gglm.bigmodel.interactive.dto; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import io.swagger.annotations.ApiModel; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.dto; |
||||
package com.hnac.gglm.bigmodel.interactive.dto; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.req; |
||||
package com.hnac.gglm.bigmodel.interactive.req; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import io.swagger.annotations.ApiModel; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import lombok.Data; |
||||
|
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import com.fasterxml.jackson.annotation.JsonIgnore; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import java.io.Serializable; |
||||
|
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import lombok.Data; |
@ -1,6 +1,6 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import com.hnac.hzims.bigmodel.interactive.vo.SelectionVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.SelectionVO; |
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.maintenance.entity; |
||||
package com.hnac.gglm.bigmodel.maintenance.entity; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import com.baomidou.mybatisplus.annotation.SqlCondition; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.entity; |
||||
package com.hnac.gglm.bigmodel.maintenance.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import io.swagger.annotations.ApiModel; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.database.entity; |
||||
package com.hnac.gglm.bigmodel.maintenance.entity; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.entity; |
||||
package com.hnac.gglm.bigmodel.maintenance.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import io.swagger.annotations.ApiModel; |
@ -1,26 +1,17 @@
|
||||
package com.hnac.hzims.bigmodel; |
||||
package com.hnac.gglm.bigmodel; |
||||
|
||||
import org.mybatis.spring.annotation.MapperScan; |
||||
import org.springblade.core.cloud.feign.EnableBladeFeign; |
||||
import org.springblade.core.launch.BladeApplication; |
||||
import org.springframework.boot.SpringApplication; |
||||
import org.springframework.boot.autoconfigure.SpringBootApplication; |
||||
import org.springframework.boot.builder.SpringApplicationBuilder; |
||||
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; |
||||
import org.springframework.cloud.client.SpringCloudApplication; |
||||
import org.springframework.cloud.openfeign.EnableFeignClients; |
||||
import org.springframework.context.annotation.ComponentScan; |
||||
import org.springframework.scheduling.annotation.EnableScheduling; |
||||
|
||||
import javax.annotation.Resource; |
||||
|
||||
@SpringBootApplication(scanBasePackages = {"org.springblade", "com.hnac.*"}) |
||||
@MapperScan(basePackages = {"com.hnac.hzinfo.**.mapper","com.hnac.hzims.**.mapper"}) |
||||
@MapperScan(basePackages = {"com.hnac.hzinfo.**.mapper","com.hnac.gglm.**.mapper"}) |
||||
@EnableFeignClients(basePackages = {"org.springblade", "com.hnac"}) |
||||
public class HzimsBigModelApplication { |
||||
public class GglmBigModelApplication { |
||||
|
||||
public static void main(String[] args) { |
||||
BladeApplication.run(BigModelConstants.APP_NAME, HzimsBigModelApplication.class, args); |
||||
BladeApplication.run(BigModelConstants.APP_NAME, GglmBigModelApplication.class, args); |
||||
} |
||||
|
||||
// @Override
|
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.api.constants; |
||||
package com.hnac.gglm.bigmodel.api.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Getter; |
@ -1,8 +1,8 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.api.dto.BigModelAnalysisRequestDTO; |
||||
import com.hnac.hzims.bigmodel.api.dto.BigModelAnalysisResponseDTO; |
||||
import com.hnac.hzims.bigmodel.zhipuai.service.ZhipuAnalysisService; |
||||
import com.hnac.gglm.bigmodel.api.dto.BigModelAnalysisRequestDTO; |
||||
import com.hnac.gglm.bigmodel.api.dto.BigModelAnalysisResponseDTO; |
||||
import com.hnac.gglm.bigmodel.zhipuai.service.ZhipuAnalysisService; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springframework.web.bind.annotation.PostMapping; |
||||
import org.springframework.web.bind.annotation.RestController; |
@ -1,9 +1,9 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.hnac.hzims.bigmodel.business.dto.RunReportAnalyseRequest; |
||||
import com.hnac.hzims.bigmodel.business.dto.RunReportDataAnalyseDTO; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IHznlmInvokeService; |
||||
import com.hnac.gglm.bigmodel.business.dto.RunReportAnalyseRequest; |
||||
import com.hnac.gglm.bigmodel.business.dto.RunReportDataAnalyseDTO; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IHznlmInvokeService; |
||||
import lombok.AllArgsConstructor; |
||||
import lombok.extern.slf4j.Slf4j; |
||||
import org.springblade.core.tool.api.R; |
@ -1,9 +1,9 @@
|
||||
package com.hnac.hzims.bigmodel.api.feign; |
||||
package com.hnac.gglm.bigmodel.api.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.api.constants.SyncTableEnum; |
||||
import com.hnac.hzims.bigmodel.api.dto.VideoSyncDTO; |
||||
import com.hnac.hzims.bigmodel.api.service.SyncService; |
||||
import com.hnac.hzims.bigmodel.configuration.BigModelInvokeApi; |
||||
import com.hnac.gglm.bigmodel.api.constants.SyncTableEnum; |
||||
import com.hnac.gglm.bigmodel.api.dto.VideoSyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.service.SyncService; |
||||
import com.hnac.gglm.bigmodel.configuration.BigModelInvokeApi; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springblade.core.tool.utils.Func; |
@ -1,12 +1,11 @@
|
||||
package com.hnac.hzims.bigmodel.api.service; |
||||
package com.hnac.gglm.bigmodel.api.service; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.TypeReference; |
||||
import com.hnac.hzims.bigmodel.api.constants.SyncTableEnum; |
||||
import com.hnac.hzims.bigmodel.api.dto.SyncDTO; |
||||
import com.hnac.hzims.bigmodel.api.dto.VideoSyncDTO; |
||||
import com.hnac.hzims.bigmodel.configuration.BigModelInvokeApi; |
||||
import com.hnac.hzims.bigmodel.utils.RequestClientUtil; |
||||
import com.hnac.gglm.bigmodel.api.constants.SyncTableEnum; |
||||
import com.hnac.gglm.bigmodel.api.dto.SyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.dto.VideoSyncDTO; |
||||
import com.hnac.gglm.bigmodel.configuration.BigModelInvokeApi; |
||||
import com.hnac.gglm.bigmodel.utils.RequestClientUtil; |
||||
import lombok.AllArgsConstructor; |
||||
import lombok.extern.slf4j.Slf4j; |
||||
import org.springblade.core.tool.utils.BeanUtil; |
@ -1,9 +1,9 @@
|
||||
package com.hnac.hzims.bigmodel.business.consumer; |
||||
package com.hnac.gglm.bigmodel.business.consumer; |
||||
|
||||
import com.alibaba.fastjson.JSONArray; |
||||
import com.hnac.hzims.bigmodel.api.constants.MqttTopicConstants; |
||||
import com.hnac.hzims.bigmodel.api.dto.VideoSyncDTO; |
||||
import com.hnac.hzims.bigmodel.api.feign.VideoSyncClient; |
||||
import com.hnac.gglm.bigmodel.api.constants.MqttTopicConstants; |
||||
import com.hnac.gglm.bigmodel.api.dto.VideoSyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.feign.VideoSyncClient; |
||||
import lombok.AllArgsConstructor; |
||||
import lombok.extern.slf4j.Slf4j; |
||||
import org.springblade.core.tool.utils.Func; |
@ -1,8 +1,8 @@
|
||||
package com.hnac.hzims.bigmodel.business.controller; |
||||
package com.hnac.gglm.bigmodel.business.controller; |
||||
|
||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
||||
import com.hnac.hzims.bigmodel.business.service.DataSourceService; |
||||
import com.hnac.hzims.bigmodel.business.vo.SqlVO; |
||||
import com.hnac.gglm.bigmodel.business.service.DataSourceService; |
||||
import com.hnac.gglm.bigmodel.business.vo.SqlVO; |
||||
import io.swagger.annotations.ApiOperation; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springblade.core.tool.api.R; |
@ -1,7 +1,7 @@
|
||||
package com.hnac.hzims.bigmodel.business.controller; |
||||
package com.hnac.gglm.bigmodel.business.controller; |
||||
|
||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
||||
import com.hnac.hzims.bigmodel.business.service.RemoteService; |
||||
import com.hnac.gglm.bigmodel.business.service.RemoteService; |
||||
import io.swagger.annotations.Api; |
||||
import io.swagger.annotations.ApiOperation; |
||||
import lombok.AllArgsConstructor; |
@ -1,7 +1,7 @@
|
||||
package com.hnac.hzims.bigmodel.business.feign; |
||||
package com.hnac.gglm.bigmodel.business.feign; |
||||
|
||||
import com.hnac.hzims.bigmodel.business.dto.ControlDeviceAuthDTO; |
||||
import com.hnac.hzims.bigmodel.business.service.AuthenticationService; |
||||
import com.hnac.gglm.bigmodel.business.dto.ControlDeviceAuthDTO; |
||||
import com.hnac.gglm.bigmodel.business.service.AuthenticationService; |
||||
import lombok.AllArgsConstructor; |
||||
import lombok.extern.slf4j.Slf4j; |
||||
import org.springblade.core.tool.api.R; |
@ -1,12 +1,12 @@
|
||||
package com.hnac.hzims.bigmodel.business.service; |
||||
package com.hnac.gglm.bigmodel.business.service; |
||||
|
||||
import com.baomidou.dynamic.datasource.toolkit.DynamicDataSourceContextHolder; |
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
||||
import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
||||
import com.hnac.hzims.bigmodel.business.vo.SqlVO; |
||||
import com.hnac.hzims.bigmodel.business.vo.TableAuthVO; |
||||
import com.hnac.hzims.bigmodel.maintenance.entity.TablePropertyEntity; |
||||
import com.hnac.hzims.bigmodel.maintenance.service.TablePropertyService; |
||||
import com.hnac.gglm.bigmodel.business.vo.SqlVO; |
||||
import com.hnac.gglm.bigmodel.business.vo.TableAuthVO; |
||||
import com.hnac.gglm.bigmodel.maintenance.entity.TablePropertyEntity; |
||||
import com.hnac.gglm.bigmodel.maintenance.service.TablePropertyService; |
||||
import com.hnac.hzims.common.service.UserAuthDataService; |
||||
import com.hnac.hzinfo.exception.HzServiceException; |
||||
import lombok.AllArgsConstructor; |
@ -1,10 +1,10 @@
|
||||
package com.hnac.hzims.bigmodel.business.service; |
||||
package com.hnac.gglm.bigmodel.business.service; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.google.common.collect.Lists; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.DataMethodEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.DateEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.HistoryDataSearchVO; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.DataMethodEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.DateEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.HistoryDataSearchVO; |
||||
import com.hnac.hzinfo.sdk.core.response.Result; |
||||
import com.hnac.hzinfo.sdk.v5.device.DeviceDataClient; |
||||
import com.hnac.hzinfo.sdk.v5.device.dto.ReductionAttrDataDTO; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.business.service; |
||||
package com.hnac.gglm.bigmodel.business.service; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.extern.slf4j.Slf4j; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.business.vo; |
||||
package com.hnac.gglm.bigmodel.business.vo; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.business.vo; |
||||
package com.hnac.gglm.bigmodel.business.vo; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
@ -1,7 +1,7 @@
|
||||
package com.hnac.hzims.bigmodel.business.wrapper; |
||||
package com.hnac.gglm.bigmodel.business.wrapper; |
||||
|
||||
import com.hnac.hzims.bigmodel.api.dto.CanvasSyncDTO; |
||||
import com.hnac.hzims.bigmodel.api.wrapper.BaseSyncWrapper; |
||||
import com.hnac.gglm.bigmodel.api.dto.CanvasSyncDTO; |
||||
import com.hnac.gglm.bigmodel.api.wrapper.BaseSyncWrapper; |
||||
import com.hnac.hzinfo.sdk.v5.scada.vo.CanvasVO; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springframework.stereotype.Component; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.configuration; |
||||
package com.hnac.gglm.bigmodel.configuration; |
||||
|
||||
import lombok.Data; |
||||
import org.springframework.boot.context.properties.ConfigurationProperties; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.configuration; |
||||
package com.hnac.gglm.bigmodel.configuration; |
||||
|
||||
import org.springframework.context.annotation.Bean; |
||||
import org.springframework.stereotype.Component; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.configuration; |
||||
package com.hnac.gglm.bigmodel.configuration; |
||||
|
||||
import io.weaviate.client.Config; |
||||
import io.weaviate.client.WeaviateAuthClient; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.configuration; |
||||
package com.hnac.gglm.bigmodel.configuration; |
||||
|
||||
import lombok.Data; |
||||
import org.springframework.boot.context.properties.ConfigurationProperties; |
@ -1,7 +1,7 @@
|
||||
package com.hnac.hzims.bigmodel.database.controller; |
||||
package com.hnac.gglm.bigmodel.database.controller; |
||||
|
||||
import com.hnac.hzims.bigmodel.database.dto.WeaviateSaveDTO; |
||||
import com.hnac.hzims.bigmodel.database.service.WeaviateService; |
||||
import com.hnac.gglm.bigmodel.database.dto.WeaviateSaveDTO; |
||||
import com.hnac.gglm.bigmodel.database.service.WeaviateService; |
||||
import io.weaviate.client.v1.data.model.WeaviateObject; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springblade.core.tool.api.R; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.database.dto; |
||||
package com.hnac.gglm.bigmodel.database.dto; |
||||
|
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.database.util; |
||||
package com.hnac.gglm.bigmodel.database.util; |
||||
|
||||
/** |
||||
* @Author: huangxing |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Data; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Getter; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Getter; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Getter; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Getter; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
/** |
||||
* @Author: huangxing |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
/** |
||||
* @Author: huangxing |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Getter; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Getter; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.constants; |
||||
package com.hnac.gglm.bigmodel.interactive.constants; |
||||
|
||||
import lombok.AllArgsConstructor; |
||||
import lombok.Data; |
@ -1,10 +1,10 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.controller; |
||||
package com.hnac.gglm.bigmodel.interactive.controller; |
||||
|
||||
import com.baomidou.mybatisplus.core.toolkit.IdWorker; |
||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
||||
import com.google.common.collect.Lists; |
||||
import com.hnac.hzims.bigmodel.BigModelConstants; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IHznlmInvokeService; |
||||
import com.hnac.gglm.bigmodel.BigModelConstants; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IHznlmInvokeService; |
||||
import io.swagger.annotations.Api; |
||||
import io.swagger.annotations.ApiOperation; |
||||
import io.swagger.annotations.ApiParam; |
@ -1,15 +1,15 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.controller; |
||||
package com.hnac.gglm.bigmodel.interactive.controller; |
||||
|
||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
||||
import com.hnac.hzims.bigmodel.BigModelConstants; |
||||
import com.hnac.hzims.bigmodel.business.service.DataSourceService; |
||||
import com.hnac.hzims.bigmodel.business.vo.SqlVO; |
||||
import com.hnac.hzims.bigmodel.interactive.dto.AuthDataDTO; |
||||
import com.hnac.hzims.bigmodel.interactive.dto.ControlDTO; |
||||
import com.hnac.hzims.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IHznlmInteractiveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AuthDataVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.BigModelConstants; |
||||
import com.hnac.gglm.bigmodel.business.service.DataSourceService; |
||||
import com.hnac.gglm.bigmodel.business.vo.SqlVO; |
||||
import com.hnac.gglm.bigmodel.interactive.dto.AuthDataDTO; |
||||
import com.hnac.gglm.bigmodel.interactive.dto.ControlDTO; |
||||
import com.hnac.gglm.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IHznlmInteractiveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AuthDataVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import io.swagger.annotations.Api; |
||||
import io.swagger.annotations.ApiOperation; |
||||
import lombok.AllArgsConstructor; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.dto; |
||||
package com.hnac.gglm.bigmodel.interactive.dto; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import com.fasterxml.jackson.annotation.JsonProperty; |
@ -1,9 +1,9 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.factory; |
||||
package com.hnac.gglm.bigmodel.interactive.factory; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.hzinfo.exception.HzServiceException; |
||||
import org.springblade.core.log.exception.ServiceException; |
||||
import org.springblade.core.tool.api.ResultCode; |
@ -1,7 +1,7 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.factory; |
||||
package com.hnac.gglm.bigmodel.interactive.factory; |
||||
|
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IResolveService; |
||||
import com.hnac.hzinfo.exception.HzServiceException; |
||||
import lombok.extern.slf4j.Slf4j; |
||||
import org.springblade.core.log.exception.ServiceException; |
@ -0,0 +1,16 @@
|
||||
package com.hnac.gglm.bigmodel.interactive.service; |
||||
|
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.HistoryDataSearchVO; |
||||
|
||||
/** |
||||
* @Author: huangxing |
||||
* @Date: 2024/05/28 11:29 |
||||
*/ |
||||
public interface IAnalyseDataService { |
||||
|
||||
ExtraVO getHistoryData(HistoryDataSearchVO searchVO); |
||||
|
||||
} |
@ -1,9 +1,9 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service; |
||||
package com.hnac.gglm.bigmodel.interactive.service; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
|
||||
import java.util.Arrays; |
||||
import java.util.stream.Stream; |
@ -0,0 +1,26 @@
|
||||
package com.hnac.gglm.bigmodel.interactive.service; |
||||
|
||||
import com.hnac.gglm.bigmodel.interactive.dto.AuthDataDTO; |
||||
import com.hnac.gglm.bigmodel.interactive.dto.ControlDTO; |
||||
import com.hnac.gglm.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AuthDataVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ResolveResultVO; |
||||
import org.springframework.web.bind.annotation.RequestBody; |
||||
|
||||
import javax.validation.Valid; |
||||
import java.util.List; |
||||
|
||||
/** |
||||
* @Author: huangxing |
||||
* @Date: 2024/06/21 10:23 |
||||
*/ |
||||
public interface IHznlmInteractiveService { |
||||
|
||||
List<AuthDataVO> getAuthData(AuthDataDTO req); |
||||
|
||||
ExtraVO resolve(ModelFunctionReq req); |
||||
|
||||
ExtraVO controlDevice(ControlDTO req); |
||||
|
||||
} |
@ -1,9 +1,8 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service; |
||||
package com.hnac.gglm.bigmodel.interactive.service; |
||||
|
||||
import com.hnac.hzims.bigmodel.business.dto.RunReportAnalyseRequest; |
||||
import com.hnac.hzims.bigmodel.business.dto.RunReportDataAnalyseDTO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.hzims.bigmodel.question.dto.QuestionDTO; |
||||
import com.hnac.gglm.bigmodel.business.dto.RunReportAnalyseRequest; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.gglm.bigmodel.question.dto.QuestionDTO; |
||||
|
||||
import java.util.List; |
||||
import java.util.Map; |
@ -0,0 +1,17 @@
|
||||
package com.hnac.gglm.bigmodel.interactive.service; |
||||
|
||||
import com.hnac.gglm.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ResolveResultVO; |
||||
|
||||
/** |
||||
* @Author: huangxing |
||||
* @Date: 2024/06/21 15:39 |
||||
*/ |
||||
public interface IResolveService { |
||||
|
||||
ExtraVO resolve(String id); |
||||
|
||||
ExtraVO resolve(ModelFunctionReq req); |
||||
|
||||
} |
@ -1,13 +1,13 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.google.common.collect.Lists; |
||||
import com.hnac.hzims.bigmodel.business.service.HistoryDataService; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.DataMethodEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.DateEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IAnalyseDataService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.HistoryDataSearchVO; |
||||
import com.hnac.gglm.bigmodel.business.service.HistoryDataService; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.DataMethodEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.DateEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IAnalyseDataService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.HistoryDataSearchVO; |
||||
import com.hnac.hzinfo.sdk.core.response.Result; |
||||
import com.hnac.hzinfo.sdk.v5.device.vo.ReductionDataVO; |
||||
import lombok.AllArgsConstructor; |
@ -1,12 +1,12 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.ParamKeyConstants; |
||||
import com.hnac.hzims.bigmodel.interactive.factory.ResolveFactory; |
||||
import com.hnac.hzims.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IResolveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.ParamKeyConstants; |
||||
import com.hnac.gglm.bigmodel.interactive.factory.ResolveFactory; |
||||
import com.hnac.gglm.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.hzims.operational.station.entity.StationEntity; |
||||
import com.hnac.hzims.operational.station.feign.IStationClient; |
||||
import com.hnac.hzinfo.exception.HzServiceException; |
@ -1,13 +1,13 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.JSONArray; |
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import groovy.util.logging.Slf4j; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springframework.stereotype.Service; |
@ -1,18 +1,18 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import cn.hutool.http.HttpRequest; |
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FunctionConstants; |
||||
import com.hnac.hzims.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FunctionConstants; |
||||
import com.hnac.gglm.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import lombok.extern.slf4j.Slf4j; |
||||
import org.springblade.core.tool.utils.Func; |
||||
import org.springblade.system.cache.ParamCache; |
||||
import org.springframework.stereotype.Service; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.ParamKeyConstants; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.ParamKeyConstants; |
||||
|
||||
import java.util.HashMap; |
||||
|
@ -1,13 +1,13 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FunctionConstants; |
||||
import com.hnac.hzims.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FunctionConstants; |
||||
import com.hnac.gglm.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import groovy.util.logging.Slf4j; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springframework.stereotype.Service; |
@ -1,18 +1,18 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.hnac.hzims.bigmodel.business.dto.ControlDeviceAuthDTO; |
||||
import com.hnac.hzims.bigmodel.business.feign.IAuthClient; |
||||
import com.hnac.hzims.bigmodel.business.service.AuthenticationService; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.DataAuthTypeEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.dto.AuthDataDTO; |
||||
import com.hnac.hzims.bigmodel.interactive.dto.ControlDTO; |
||||
import com.hnac.hzims.bigmodel.interactive.factory.ResolveFactory; |
||||
import com.hnac.hzims.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IHznlmInteractiveService; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IResolveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AuthDataVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.business.dto.ControlDeviceAuthDTO; |
||||
import com.hnac.gglm.bigmodel.business.feign.IAuthClient; |
||||
import com.hnac.gglm.bigmodel.business.service.AuthenticationService; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.DataAuthTypeEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.dto.AuthDataDTO; |
||||
import com.hnac.gglm.bigmodel.interactive.dto.ControlDTO; |
||||
import com.hnac.gglm.bigmodel.interactive.factory.ResolveFactory; |
||||
import com.hnac.gglm.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IHznlmInteractiveService; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AuthDataVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import groovy.util.logging.Slf4j; |
||||
import lombok.AllArgsConstructor; |
||||
import org.springblade.core.log.exception.ServiceException; |
@ -1,21 +1,20 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.alibaba.fastjson.TypeReference; |
||||
import com.baomidou.mybatisplus.core.toolkit.IdWorker; |
||||
import com.google.common.collect.Lists; |
||||
import com.hnac.hzims.bigmodel.business.dto.RunReportAnalyseRequest; |
||||
import com.hnac.hzims.bigmodel.business.feign.IAuthClient; |
||||
import com.hnac.hzims.bigmodel.business.dto.RunReportDataAnalyseDTO; |
||||
import com.hnac.hzims.bigmodel.configuration.BigModelInvokeApi; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IHznlmInvokeService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.hzims.bigmodel.manager.SessionRedisManager; |
||||
import com.hnac.hzims.bigmodel.question.dto.QuestionDTO; |
||||
import com.hnac.hzims.bigmodel.utils.RequestClientUtil; |
||||
import com.hnac.hzims.bigmodel.websocket.constants.RedisKeyConstants; |
||||
import com.hnac.hzims.bigmodel.websocket.sessionManager.InteractiveSessionManager; |
||||
import com.hnac.gglm.bigmodel.business.dto.RunReportAnalyseRequest; |
||||
import com.hnac.gglm.bigmodel.business.feign.IAuthClient; |
||||
import com.hnac.gglm.bigmodel.configuration.BigModelInvokeApi; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IHznlmInvokeService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.gglm.bigmodel.manager.SessionRedisManager; |
||||
import com.hnac.gglm.bigmodel.question.dto.QuestionDTO; |
||||
import com.hnac.gglm.bigmodel.utils.RequestClientUtil; |
||||
import com.hnac.gglm.bigmodel.websocket.constants.RedisKeyConstants; |
||||
import com.hnac.gglm.bigmodel.websocket.sessionManager.InteractiveSessionManager; |
||||
import com.hnac.hzims.common.constant.CommonConstant; |
||||
import com.hnac.hzinfo.exception.HzServiceException; |
||||
import lombok.RequiredArgsConstructor; |
@ -1,13 +1,13 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.SearchTypeEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IAnalyseDataService; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.*; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.SearchTypeEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IAnalyseDataService; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.*; |
||||
import com.xxl.job.core.log.XxlJobLogger; |
||||
import groovy.util.logging.Slf4j; |
||||
import lombok.AllArgsConstructor; |
@ -1,14 +1,14 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.alibaba.fastjson.JSONArray; |
||||
import com.alibaba.fastjson.JSONObject; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.RemoteParamVO; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.factory.AnswerResolveFactory; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IAnswerResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.AnswerVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.RemoteParamVO; |
||||
import com.hnac.hzinfo.sdk.v5.device.client.DeviceClient; |
||||
import com.hnac.hzinfo.sdk.v5.device.vo.DeviceInstanceFuncVO; |
||||
import groovy.util.logging.Slf4j; |
@ -1,12 +1,12 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.service.impl; |
||||
package com.hnac.gglm.bigmodel.interactive.service.impl; |
||||
|
||||
import com.alibaba.fastjson.JSON; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.FunctionConstants; |
||||
import com.hnac.hzims.bigmodel.interactive.factory.ResolveFactory; |
||||
import com.hnac.hzims.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.hzims.bigmodel.interactive.service.IResolveService; |
||||
import com.hnac.hzims.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FuncRouteEnum; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.FunctionConstants; |
||||
import com.hnac.gglm.bigmodel.interactive.factory.ResolveFactory; |
||||
import com.hnac.gglm.bigmodel.interactive.req.ModelFunctionReq; |
||||
import com.hnac.gglm.bigmodel.interactive.service.IResolveService; |
||||
import com.hnac.gglm.bigmodel.interactive.vo.ExtraVO; |
||||
import com.hnac.hzims.operational.station.entity.StationVideoTypeEntity; |
||||
import com.hnac.hzims.operational.station.feign.IStationVideoTypeClient; |
||||
import com.hnac.hzinfo.exception.HzServiceException; |
@ -1,7 +1,7 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField; |
||||
import com.hnac.hzims.bigmodel.interactive.constants.InfoMessageConstant; |
||||
import com.hnac.gglm.bigmodel.interactive.constants.InfoMessageConstant; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.AllArgsConstructor; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
@ -1,4 +1,4 @@
|
||||
package com.hnac.hzims.bigmodel.interactive.vo; |
||||
package com.hnac.gglm.bigmodel.interactive.vo; |
||||
|
||||
import lombok.Data; |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue