默认主题样式,防止网速慢情况下出现空白

This commit is contained in:
RuoYi
2019-11-06 14:28:23 +08:00
parent db9d1a7720
commit ecb77e2be4
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ public class SysDictType extends BaseEntity
private String dictName;
/** 字典类型 */
@Excel(name = "字典类型 ")
@Excel(name = "字典类型")
private String dictType;
/** 状态0正常 1停用 */

View File

@ -41,7 +41,7 @@ public class SysLogininfor extends BaseEntity
private String browser;
/** 操作系统 */
@Excel(name = "操作系统 ")
@Excel(name = "操作系统")
private String os;
/** 提示消息 */