# 返回的分页数据 请用pagehelp的PageInfo # 引入redis ## 需要在yml文件中配置prefix指定前缀 ```yaml zhehe: common: redis: prefix: ``` # 引入md5加密 ## 需配置secretSalt ```yaml zhehe: common: md5: secretSalt: ```