/* * Copyright (c) 2019, PANNK and/or its affiliates. All rights reserved. * * * * * * * * * * * * * * * * * * * * */ package com.pannk.mms.modules.sys.service; import com.baomidou.mybatisplus.extension.service.IService; import com.pannk.mms.modules.sys.entity.SysMenumEntity; /** * 系统菜单服务 * * @author:wolf * @date:2020/11/2 23:35 **/ public interface SysMenuService extends IService { }