mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-06-27 16:14:31 +00:00
fix 客户端导出报错修复,暂不支持List字段导出
This commit is contained in:
+1
-1
@@ -54,12 +54,12 @@ public class SysClientVo implements Serializable {
|
||||
/**
|
||||
* 授权类型
|
||||
*/
|
||||
@ExcelProperty(value = "授权类型")
|
||||
private List<String> grantTypeList;
|
||||
|
||||
/**
|
||||
* 授权类型
|
||||
*/
|
||||
@ExcelProperty(value = "授权类型")
|
||||
private String grantType;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user