默认主题样式,防止网速慢情况下出现空白
This commit is contained in:
@ -25,7 +25,7 @@ public class SysDictType extends BaseEntity
|
||||
private String dictName;
|
||||
|
||||
/** 字典类型 */
|
||||
@Excel(name = "字典类型 ")
|
||||
@Excel(name = "字典类型")
|
||||
private String dictType;
|
||||
|
||||
/** 状态(0正常 1停用) */
|
||||
|
@ -41,7 +41,7 @@ public class SysLogininfor extends BaseEntity
|
||||
private String browser;
|
||||
|
||||
/** 操作系统 */
|
||||
@Excel(name = "操作系统 ")
|
||||
@Excel(name = "操作系统")
|
||||
private String os;
|
||||
|
||||
/** 提示消息 */
|
||||
|
Reference in New Issue
Block a user