From 1fb5fc73e8df33b25337ab34f669ab03e0d9ce06 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 02 九月 2026 17:18:43 +0800
Subject: [PATCH] feat(mdm/mes): 基础数据物料管理/物料分类/计量单位支持Excel导出
---
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantRespVO.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/tenant/vo/tenant/TenantRespVO.java b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantRespVO.java
index dd91812..89d1fce 100644
--- a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantRespVO.java
+++ b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantRespVO.java
@@ -20,7 +20,7 @@
@ExcelProperty("绉熸埛缂栧彿")
private Long id;
- @Schema(description = "绉熸埛鍚�", requiredMode = Schema.RequiredMode.REQUIRED, example = "鑺嬮亾")
+ @Schema(description = "绉熸埛鍚�", requiredMode = Schema.RequiredMode.REQUIRED, example = "瓒呯骇绠$悊鍛�")
@ExcelProperty("绉熸埛鍚�")
private String name;
--
Gitblit v1.9.3