From 69b20b9fda2eca87ce76f753e3c378c3bf341f2d Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 26 八月 2026 15:46:04 +0800
Subject: [PATCH] refactor(ai): 移除不必要的依赖项
---
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dict/vo/type/DictTypePageReqVO.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dict/vo/type/DictTypePageReqVO.java b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dict/vo/type/DictTypePageReqVO.java
index 2650dd8..07174e2 100644
--- a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dict/vo/type/DictTypePageReqVO.java
+++ b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/dict/vo/type/DictTypePageReqVO.java
@@ -16,7 +16,7 @@
@EqualsAndHashCode(callSuper = true)
public class DictTypePageReqVO extends PageParam {
- @Schema(description = "瀛楀吀绫诲瀷鍚嶇О锛屾ā绯婂尮閰�", example = "鑺嬮亾")
+ @Schema(description = "瀛楀吀绫诲瀷鍚嶇О锛屾ā绯婂尮閰�", example = "瓒呯骇绠$悊鍛�")
private String name;
@Schema(description = "瀛楀吀绫诲瀷锛屾ā绯婂尮閰�", example = "sys_common_sex")
--
Gitblit v1.9.3