fix 客户端导出报错修复,暂不支持List字段导出

This commit is contained in:
lau
2026-06-11 21:38:37 +08:00
committed by xiaozhi
parent d50631575a
commit b177620e66
2 changed files with 2 additions and 2 deletions
@@ -54,12 +54,12 @@ public class SysClientVo implements Serializable {
/**
* 授权类型
*/
@ExcelProperty(value = "授权类型")
private List<String> grantTypeList;
/**
* 授权类型
*/
@ExcelProperty(value = "授权类型")
private String grantType;
/**