fieldName 首字母小写

This commit is contained in:
caohong 2020-09-24 16:59:16 +08:00
parent 86c7a763bc
commit 4b8fd2899a
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ public class SysMenu extends BaseEntity
.append("path", getPath())
.append("component", getComponent())
.append("isFrame", getIsFrame())
.append("IsCache", getIsCache())
.append("isCache", getIsCache())
.append("menuType", getMenuType())
.append("visible", getVisible())
.append("status ", getStatus())