13693261870
2 天以前 4c6dcf757cc7962a8dbaefd83588cc576ee44594
se-system/src/main/java/com/terra/system/service/all/PermsService.java
@@ -1,5 +1,9 @@
package com.terra.system.service.all;
import com.terra.common.entity.all.RedisCacheKey;
import com.terra.common.entity.all.SettingData;
import com.terra.common.entity.all.StaticData;
import com.terra.common.service.RedisService;
import com.terra.system.entity.all.*;
import com.terra.system.entity.sys.MenuEntity;
import com.terra.system.entity.sys.ResEntity;
@@ -15,6 +19,7 @@
 * @author WWW
 */
@Service
@SuppressWarnings("ALL")
public class PermsService implements PermsMapper {
    @Resource
    PermsMapper permsMapper;