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