From 83e1b4d0e661f11a407fd6ea86e906b9b87b7180 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 31 七月 2026 17:57:09 +0800
Subject: [PATCH] feat(aftersales): 售后工单新增问题类型和严重程度字段

---
 yudao-module-ai/src/main/java/cn/iocoder/yudao/module/ai/framework/ai/config/YudaoAiProperties.java |  245 -------------------------------------------------
 1 files changed, 0 insertions(+), 245 deletions(-)

diff --git a/yudao-module-ai/src/main/java/cn/iocoder/yudao/module/ai/framework/ai/config/YudaoAiProperties.java b/yudao-module-ai/src/main/java/cn/iocoder/yudao/module/ai/framework/ai/config/YudaoAiProperties.java
index 234fa2c..c225b1e 100644
--- a/yudao-module-ai/src/main/java/cn/iocoder/yudao/module/ai/framework/ai/config/YudaoAiProperties.java
+++ b/yudao-module-ai/src/main/java/cn/iocoder/yudao/module/ai/framework/ai/config/YudaoAiProperties.java
@@ -5,262 +5,17 @@
 
 /**
  * 鑺嬮亾 AI 閰嶇疆绫�
- *
- * @author fansili
- * @since 1.0
  */
 @ConfigurationProperties(prefix = "yudao.ai")
 @Data
 public class YudaoAiProperties {
 
-    /**
-     * 瀛楄妭璞嗗寘
-     */
-    private DouBao doubao;
-
-    /**
-     * 鑵捐娣峰厓
-     */
-    private HunYuan hunyuan;
-
-    /**
-     * 纭呭熀娴佸姩
-     */
-    private SiliconFlow siliconflow;
-
-    /**
-     * 璁鏄熺伀
-     */
-    private XingHuo xinghuo;
-
-    /**
-     * 鐧惧窛
-     */
-    private BaiChuan baichuan;
-
-    /**
-     * 鏂囧績涓�瑷�
-     */
-    private YiYan yiyan;
-
-    /**
-     * 鏅鸿氨
-     */
-    private ZhiPu zhipu;
-
-    /**
-     * MiniMax
-     */
-    private MiniMax minimax;
-
-    /**
-     * 鏈堜箣鏆楅潰
-     */
-    private Moonshot moonshot;
-
-    /**
-     * 闃惰穬鏄熻景
-     */
-    private StepFun stepfun;
-
-    /**
-     * Grok
-     */
-    private Grok grok;
-
-    /**
-     * Midjourney 缁樺浘
-     */
-    private Midjourney midjourney;
-
-    /**
-     * Suno 闊充箰
-     */
-    @SuppressWarnings("SpellCheckingInspection")
-    private Suno suno;
-
-    /**
-     * 缃戠粶鎼滅储
-     */
     private WebSearch webSearch;
 
     @Data
-    public static class DouBao {
-
-        private String enable;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class HunYuan {
-
-        private String enable;
-        private String baseUrl;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class SiliconFlow {
-
-        private String enable;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class XingHuo {
-
-        private String enable;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class BaiChuan {
-
-        private String enable;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class YiYan {
-
-        private String enable;
-        private String baseUrl;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class ZhiPu {
-
-        private String enable;
-        private String baseUrl;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class MiniMax {
-
-        private String enable;
-        private String baseUrl;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class Moonshot {
-
-        private String enable;
-        private String baseUrl;
-        private String apiKey;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class Midjourney {
-
-        private String enable;
-        private String baseUrl;
-
-        private String apiKey;
-        private String notifyUrl;
-
-    }
-
-    @Data
-    public static class Suno {
-
-        private boolean enable;
-
-        private String baseUrl;
-
-    }
-
-    @Data
-    public static class Grok {
-
-        private String enable;
-        private String apiKey;
-        private String baseUrl;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
-    public static class StepFun {
-
-        private String enable;
-        private String apiKey;
-        private String baseUrl;
-
-        private String model;
-        private Double temperature;
-        private Integer maxTokens;
-        private Double topP;
-
-    }
-
-    @Data
     public static class WebSearch {
-
         private boolean enable;
-
         private String apiKey;
-
     }
 
 }

--
Gitblit v1.9.3